diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-16 10:09:36 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-16 10:09:36 +0000 |
commit | 3078f59e076c787e2c2be392c0e115d95833a3ba (patch) | |
tree | f3e5a499cf14f2784e684a182d32d95bb8afc7ed /audio/grip/Makefile | |
parent | fefa6bc88982c170806e6933f5c9c431c5afff90 (diff) |
Updated grip to 3.0.2.
Mike incorporated my last set of source patches into the trunk like he
always does so they're gone from here.
Able to remove some extra work from Makefile cause Mike did those over, too.
Have fun, kids, and remember, Do not taunt Happy Fun Grip!
Notes
Notes:
svn path=/head/; revision=70234
Diffstat (limited to 'audio/grip/Makefile')
-rw-r--r-- | audio/grip/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index 7fb9387ac898..3429d8553ed1 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grip -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2 # PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -17,14 +17,12 @@ MAINTAINER= alane@FreeBSD.org LIB_DEPENDS= id3-3.7.13:${PORTSDIR}/audio/id3lib \ ghttp.1:${PORTSDIR}/www/libghttp -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_X_PREFIX= yes USE_GMAKE= yes -USE_X_PREFIX= yes +GNU_CONFIGURE= yes USE_GNOMENG= yes USE_GNOME= gnomelibs -GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${PREFIX}/share @@ -41,10 +39,7 @@ CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" CONFIGURE_ENV+= LIBS=${PTHREAD_LIBS} -pre-configure: - cd ${WRKSRC}; ${AUTOHEADER}; ${AUTOMAKE}; ${AUTOCONF} - -post-install: +post-install:: @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |