summaryrefslogtreecommitdiff
path: root/audio/lopster/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-05-30 15:33:32 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-05-30 15:33:32 +0000
commit7c25b3dd16a039aae6dc8a64e833833db3fe9e66 (patch)
tree90e70adb71b3eabb7759f5740cc66949f2fc7064 /audio/lopster/Makefile
parentdescribe this port is for XFree86-4 only. (diff)
Update to version 0.9.9
PR: 27749 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=43319
Diffstat (limited to 'audio/lopster/Makefile')
-rw-r--r--audio/lopster/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/audio/lopster/Makefile b/audio/lopster/Makefile
index 7a7317275c93..4123443fde87 100644
--- a/audio/lopster/Makefile
+++ b/audio/lopster/Makefile
@@ -6,22 +6,19 @@
#
PORTNAME= lopster
-PORTVERSION= 0.9.7.2
+PORTVERSION= 0.9.9
CATEGORIES= audio
-DISTNAME= ${PORTNAME}-${PORTVERSION}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= roman@xpert.com
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GTK= yes
USE_X_PREFIX= yes
-
-post-extract:
-.for i in aclocal.m4 stamp-h.in Makefile.in configure src/Makefile.in
- ${TOUCH} ${WRKSRC}/${i}
-.endfor
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>