aboutsummaryrefslogtreecommitdiffstats
path: root/net/libmms/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-08-13 20:13:34 +0800
committerKoop Mast <kwm@FreeBSD.org>2011-08-13 20:13:34 +0800
commit4b0715c8536948c34e415a2249bcc84a6e6acb14 (patch)
treef71ccbf82bf156aad34d93c61196da9b4172ea78 /net/libmms/Makefile
parenta001555510207b5183ebef299477089a858fcacf (diff)
downloadfreebsd-ports-gnome-4b0715c8536948c34e415a2249bcc84a6e6acb14.tar.gz
freebsd-ports-gnome-4b0715c8536948c34e415a2249bcc84a6e6acb14.tar.zst
freebsd-ports-gnome-4b0715c8536948c34e415a2249bcc84a6e6acb14.zip
Update to 0.6.2.
Project moved to SF, update urls.
Diffstat (limited to 'net/libmms/Makefile')
-rw-r--r--net/libmms/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/libmms/Makefile b/net/libmms/Makefile
index 073fb64595eb..250417560c18 100644
--- a/net/libmms/Makefile
+++ b/net/libmms/Makefile
@@ -6,17 +6,19 @@
#
PORTNAME= libmms
-PORTVERSION= 0.5
-PORTREVISION= 1
+PORTVERSION= 0.6.2
CATEGORIES= net
-MASTER_SITES= http://launchpadlibrarian.net/35014059/
+MASTER_SITES= SF
MAINTAINER= kwm@FreeBSD.org
COMMENT= Library for parsing mms:// and mmsh:// type network streams
USE_GNOME= gnomehack pkgconfig glib20
USE_GETTEXT= yes
+USE_ICONV= yes
GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= yes
.include <bsd.port.mk>