ports/graphics/freeglut/Makefile

23 lines
361 B
Makefile
Raw Normal View History

2023-08-17 00:26:55 +02:00
COMMENT = open source alternative to glut
DISTNAME = freeglut-3.2.2
SHARED_LIBS += glut 7.0
CATEGORIES = graphics
HOMEPAGE = http://freeglut.sourceforge.net/
# X11
PERMIT_PACKAGE = Yes
WANTLIB += GL X11 Xi Xrandr Xxf86vm m
2023-09-26 19:06:53 +02:00
SITES = ${SITE_SOURCEFORGE:=freeglut/}
2023-08-17 00:26:55 +02:00
MODULES = devel/cmake
NO_TEST = Yes
.include <bsd.port.mk>