aboutsummaryrefslogblamecommitdiff
path: root/graphics/opengl-man/Makefile
blob: 46d10d8021fa7e89e75223d3b4c1a29fc7544b00 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
 
                          
                     
                        
                                                         
                              

                                          
                                 
                                                                      
 
                 


                   
           
                                                                          
 
                      
# Created by: cracauer@cons.org "Martin Cracauer"

PORTNAME=	opengl-man
PORTVERSION=	657.2
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}${MANPREFIX}/man/man3

.include <bsd.port.mk>