diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-09-04 00:49:47 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-09-04 00:49:47 +0800 |
commit | 997ca9f839dd9d024fba141955165f0f4296e167 (patch) | |
tree | 404fcc1b4bd90db3d09832b311527cee89af3eec /print | |
parent | 5eed55e24b55453e30b48a49a988b1c151028ea3 (diff) | |
download | freebsd-ports-gnome-997ca9f839dd9d024fba141955165f0f4296e167.tar.gz freebsd-ports-gnome-997ca9f839dd9d024fba141955165f0f4296e167.tar.zst freebsd-ports-gnome-997ca9f839dd9d024fba141955165f0f4296e167.zip |
Update to 1.2.6
PR: ports/85645
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
Diffstat (limited to 'print')
-rw-r--r-- | print/gl2ps/Makefile | 3 | ||||
-rw-r--r-- | print/gl2ps/distinfo | 4 | ||||
-rw-r--r-- | print/gl2ps/files/Makefile.ex | 7 | ||||
-rw-r--r-- | print/gl2ps/pkg-plist | 1 |
4 files changed, 10 insertions, 5 deletions
diff --git a/print/gl2ps/Makefile b/print/gl2ps/Makefile index 36c1f73afdd5..20e559567d00 100644 --- a/print/gl2ps/Makefile +++ b/print/gl2ps/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gl2ps -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.6 CATEGORIES= print graphics MASTER_SITES= http://www.geuz.org/gl2ps/src/ EXTRACT_SUFX= .tgz @@ -28,6 +28,7 @@ do-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/gl2psTest.c ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/gl2psTestSimple.c ${EXAMPLESDIR} @${SED} -e 's|%%CC%%|${CC}|g; \ s|%%RM%%|${RM}|g; \ s|%%CFLAGS%%|${CFLAGS}|g; \ diff --git a/print/gl2ps/distinfo b/print/gl2ps/distinfo index b47bdb2d303b..78eacb78da30 100644 --- a/print/gl2ps/distinfo +++ b/print/gl2ps/distinfo @@ -1,2 +1,2 @@ -MD5 (gl2ps-1.2.3.tgz) = 45d600f8565515323661e139e9e5f02a -SIZE (gl2ps-1.2.3.tgz) = 197023 +MD5 (gl2ps-1.2.6.tgz) = 0fe27cf84d8bc4691982d8d5c6b2496f +SIZE (gl2ps-1.2.6.tgz) = 199870 diff --git a/print/gl2ps/files/Makefile.ex b/print/gl2ps/files/Makefile.ex index 8e1cf9bf20dd..a3410bb6393b 100644 --- a/print/gl2ps/files/Makefile.ex +++ b/print/gl2ps/files/Makefile.ex @@ -1,4 +1,4 @@ -# You'll need graphics/libglut in order to build example program +# You'll need graphics/libglut in order to build example programs CC=%%CC%% RM=%%RM%% @@ -9,8 +9,11 @@ LDFLAGS= -lgl2ps -lGL -lGLU -lglut -L%%X11BASE%%/lib -lX11 -lXi -lXmu -lm -lz gl2psTest: gl2psTest.o ${CC} ${LDFLAGS} $> -o $@ +gl2psTestSimple: gl2psTestSimple.o + ${CC} ${LDFLAGS} $> -o $@ + .c.o: ${CC} -c ${CFLAGS} $*.c clean: - ${RM} -f gl2psTest gl2psTest.o + ${RM} -f gl2psTest gl2psTest.o gl2psTestSimple gl2psTestSimple.o diff --git a/print/gl2ps/pkg-plist b/print/gl2ps/pkg-plist index 7335e6552731..64c49d82dac1 100644 --- a/print/gl2ps/pkg-plist +++ b/print/gl2ps/pkg-plist @@ -2,6 +2,7 @@ include/gl2ps.h lib/libgl2ps.a lib/libgl2ps.so %%EXAMPLESDIR%%/gl2psTest.c +%%EXAMPLESDIR%%/gl2psTestSimple.c %%EXAMPLESDIR%%/Makefile @dirrm %%EXAMPLESDIR%% %%PORTDOCS%%%%DOCSDIR%%/gl2ps.pdf |