ports/graphics/opengl-man/Makefile
2024-01-09 10:47:14 +01:00

19 lines
439 B
Makefile

PORTNAME= opengl-man
PORTVERSION= 657.2
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www2.cons.org/freebsd-distfiles/ \
LOCAL/cracauer
DISTNAME= opengl-man-657-plusmissing
MAINTAINER= ports@FreeBSD.org
COMMENT= Section 3 manpages for OpenGL: gl, glx, glu, gle, glut
USES= tar:bzip2
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${INSTALL_MAN} ${WRKSRC}/man3/*.3 ${STAGEDIR}${PREFIX}/share/man/man3
.include <bsd.port.mk>