View | Details | Raw Unified | Return to bug 75225
Collapse All | Expand All

(-)gl2ps/Makefile (-2 / +3 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	gl2ps
8
PORTNAME=	gl2ps
9
PORTVERSION=	1.2.1
9
PORTVERSION=	1.2.2
10
CATEGORIES=	print graphics
10
CATEGORIES=	print graphics
11
MASTER_SITES=	http://www.geuz.org/gl2ps/src/
11
MASTER_SITES=	http://www.geuz.org/gl2ps/src/
12
EXTRACT_SUFX=	.tgz
12
13
13
MAINTAINER=	ip@doom.homeunix.org
14
MAINTAINER=	ip@doom.homeunix.org
14
COMMENT=	A C library providing vector output for OpenGL application
15
COMMENT=	A C library providing vector output for OpenGL application
Lines 35-41 Link Here
35
36
36
.ifndef (NOPORTDOCS)
37
.ifndef (NOPORTDOCS)
37
	@${MKDIR} ${DOCSDIR}
38
	@${MKDIR} ${DOCSDIR}
38
	${INSTALL_DATA} ${WRKSRC}/gl2ps.ps ${DOCSDIR}
39
	${INSTALL_DATA} ${WRKSRC}/gl2ps.pdf ${DOCSDIR}
39
.endif
40
.endif
40
41
41
.include <bsd.port.mk>
42
.include <bsd.port.mk>
(-)gl2ps/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (gl2ps-1.2.1.tar.gz) = a990bbb4ae970b43ff2f957cf2983346
1
MD5 (gl2ps-1.2.2.tgz) = b43cadf6d1a69b28f2bd2bf683649d6b
2
SIZE (gl2ps-1.2.1.tar.gz) = 316375
2
SIZE (gl2ps-1.2.2.tgz) = 189321
(-)gl2ps/pkg-plist (-1 / +1 lines)
Lines 4-8 Link Here
4
%%EXAMPLESDIR%%/gl2psTest.c
4
%%EXAMPLESDIR%%/gl2psTest.c
5
%%EXAMPLESDIR%%/Makefile
5
%%EXAMPLESDIR%%/Makefile
6
@dirrm %%EXAMPLESDIR%%
6
@dirrm %%EXAMPLESDIR%%
7
%%PORTDOCS%%%%DOCSDIR%%/gl2ps.ps
7
%%PORTDOCS%%%%DOCSDIR%%/gl2ps.pdf
8
%%PORTDOCS%%@dirrm %%DOCSDIR%%
8
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 75225