aboutsummaryrefslogtreecommitdiffstats
path: root/audio/grip/Makefile
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2002-11-16 18:09:36 +0800
committeralane <alane@FreeBSD.org>2002-11-16 18:09:36 +0800
commitb74fcd4eb4b9b11a4aff27d1ce76771032db5880 (patch)
tree4d7ceee6caa0f1509c2425a727c4b3b4200a5291 /audio/grip/Makefile
parentd7e43f49029cef49364f83bcd04d2c4d5996f63a (diff)
downloadfreebsd-ports-gnome-b74fcd4eb4b9b11a4aff27d1ce76771032db5880.tar.gz
freebsd-ports-gnome-b74fcd4eb4b9b11a4aff27d1ce76771032db5880.tar.zst
freebsd-ports-gnome-b74fcd4eb4b9b11a4aff27d1ce76771032db5880.zip
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!
Diffstat (limited to 'audio/grip/Makefile')
-rw-r--r--audio/grip/Makefile13
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>