diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-25 17:17:21 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-25 17:17:21 +0000 |
commit | 3d47fe588ed9035066fc0d03c91368f471ec7953 (patch) | |
tree | 1dd9d0978cd7f37c91c71546b97555e20cee2d3a /graphics/vertex | |
parent | 49e760f608e5c5dc3c7640cebc4af9dece0ec744 (diff) | |
download | ports-3d47fe588ed9035066fc0d03c91368f471ec7953.tar.gz ports-3d47fe588ed9035066fc0d03c91368f471ec7953.zip |
Notes
Diffstat (limited to 'graphics/vertex')
-rw-r--r-- | graphics/vertex/Makefile | 9 | ||||
-rw-r--r-- | graphics/vertex/distinfo | 4 | ||||
-rw-r--r-- | graphics/vertex/files/patch-messages.h | 11 |
3 files changed, 7 insertions, 17 deletions
diff --git a/graphics/vertex/Makefile b/graphics/vertex/Makefile index d3876821ae62..364fbb383e53 100644 --- a/graphics/vertex/Makefile +++ b/graphics/vertex/Makefile @@ -12,13 +12,13 @@ CATEGORIES= graphics MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/ MAINTAINER= ports@FreeBSD.org -COMMENT= A 3D modeller designed specifically for generating efficient game models +COMMENT= A 3D modeller for generating efficient game models LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea USE_BZIP2= yes USE_X_PREFIX= yes -USE_MESA= yes +USE_GL= yes USE_GNOME= imlib USE_REINPLACE= yes USE_GMAKE= yes @@ -34,8 +34,9 @@ post-patch: 's|make|$$(MAKE)|g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e \ 's|/usr/share/vertex|${DATADIR}|g' ${WRKSRC}/vertex/config.h - @${REINPLACE_CMD} -e \ - 's|echo -n -e|printf|g' ${WRKSRC}/vertex/makefile_append.ini + @${REINPLACE_CMD} \ + -e 's|echo -n -e|printf|g' -e 's|--color=auto||' \ + ${WRKSRC}/vertex/makefile_append.ini @${REINPLACE_CMD} -e \ 's|%%CC%%|${CC}|g ; \ s|%%CXX%%|${CXX}|g ; \ diff --git a/graphics/vertex/distinfo b/graphics/vertex/distinfo index 8b879b08635f..5dfbc4217f26 100644 --- a/graphics/vertex/distinfo +++ b/graphics/vertex/distinfo @@ -1,2 +1,2 @@ -MD5 (vertex-0.1.15.tar.bz2) = 22a1528d8fed58682d645cf572c823b6 -SIZE (vertex-0.1.15.tar.bz2) = 1245839 +MD5 (vertex-0.1.15.tar.bz2) = e80af417866d38791d78e41c8302fe0c +SIZE (vertex-0.1.15.tar.bz2) = 1294508 diff --git a/graphics/vertex/files/patch-messages.h b/graphics/vertex/files/patch-messages.h deleted file mode 100644 index 0d37f1570c6b..000000000000 --- a/graphics/vertex/files/patch-messages.h +++ /dev/null @@ -1,11 +0,0 @@ ---- vertex/messages.h.orig Wed Oct 1 06:44:17 2003 -+++ vertex/messages.h Tue Oct 21 23:29:45 2003 -@@ -22,7 +22,7 @@ - \n\ - [file] is the V3D model file to load on startup.\n\ - \n\ -- [options] can be any of the following: -+ [options] can be any of the following:\n\ - \n\ - --rcfile <file> Load configuration from <file>.\n\ - --config_file <file> Same as --rcfile.\n\ |