diff options
author | steve <steve@FreeBSD.org> | 1999-11-27 06:38:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-27 06:38:45 +0800 |
commit | 134587f5f2ee6cb698ca1d7d5acddb838867fb78 (patch) | |
tree | 51263dfef57d8ae1bcae1ab607d306cd2b35d958 /games/speyes/Makefile | |
parent | a252e4841ca2a77ebdef3735bade3a84463e63b7 (diff) | |
download | freebsd-ports-gnome-134587f5f2ee6cb698ca1d7d5acddb838867fb78.tar.gz freebsd-ports-gnome-134587f5f2ee6cb698ca1d7d5acddb838867fb78.tar.zst freebsd-ports-gnome-134587f5f2ee6cb698ca1d7d5acddb838867fb78.zip |
* Update to 1.2.0
* Pass CFLAGS to build properly
* Remove libgnugetopt dependency (getopt.c/getopt1.c now included)
PR: 15103
Submitted by: maintainer
Diffstat (limited to 'games/speyes/Makefile')
-rw-r--r-- | games/speyes/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games/speyes/Makefile b/games/speyes/Makefile index 5f54de127cf1..50a61ce3d6a4 100644 --- a/games/speyes/Makefile +++ b/games/speyes/Makefile @@ -1,26 +1,23 @@ # New ports collection makefile for: speyes -# Version required: 1.0.0 +# Version required: 1.2.0 # Date created: 03 November 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= speyes-1.0.0 +DISTNAME= speyes-1.2.0 CATEGORIES= games MASTER_SITES= http://www.halcyon.com/amalmin/speyes/ MAINTAINER= jedgar@fxp.org -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm NO_INSTALL_MANPAGES= yes USE_IMAKE= yes pre-configure: - @${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.orig - @${SED} -e 's|LOCALBASE|${LOCALBASE}|' \ - < ${WRKSRC}/Imakefile.orig > ${WRKSRC}/Imakefile + @${PERL} -pi.orig -e 's:__CFLAGS__:${CFLAGS}:g' ${WRKSRC}/Imakefile .include <bsd.port.mk> |