diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-13 20:13:34 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-13 20:13:34 +0800 |
commit | 4b0715c8536948c34e415a2249bcc84a6e6acb14 (patch) | |
tree | f71ccbf82bf156aad34d93c61196da9b4172ea78 /net/libmms/Makefile | |
parent | a001555510207b5183ebef299477089a858fcacf (diff) | |
download | freebsd-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/Makefile | 8 |
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> |