diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-28 01:41:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-28 01:41:03 +0800 |
commit | 68381a62e66cab8da6dc2549c3ae228147a9fa85 (patch) | |
tree | 418eeffdc7d89c4d925ad7353249401a7e8499fd /multimedia/totem/Makefile | |
parent | aa3b8f03a70376d4c5b604c5dc318475873a83d3 (diff) | |
download | freebsd-ports-gnome-68381a62e66cab8da6dc2549c3ae228147a9fa85.tar.gz freebsd-ports-gnome-68381a62e66cab8da6dc2549c3ae228147a9fa85.tar.zst freebsd-ports-gnome-68381a62e66cab8da6dc2549c3ae228147a9fa85.zip |
Update to 0.95.1.
Approved by: maintainer
Diffstat (limited to 'multimedia/totem/Makefile')
-rw-r--r-- | multimedia/totem/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index b1aca24ceff9..207dd84db1d3 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -6,10 +6,11 @@ # PORTNAME= totem -PORTVERSION= 0.90.0 -PORTREVISION= 2 +PORTVERSION= 0.95.1 CATEGORIES= graphics gnome -MASTER_SITES= http://www.hadess.net/files/software/totem/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.95 +DIST_SUBDIR= gnome2 MAINTAINER= hendrik@scholz.net COMMENT= A Xine-based video player for the Gnome 2 Desktop @@ -17,10 +18,13 @@ COMMENT= A Xine-based video player for the Gnome 2 Desktop LIB_DEPENDS= xine.4:${PORTSDIR}/multimedia/libxine \ gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui +USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix +USE_GNOME= gnomeprefix gnomehack USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" .include <bsd.port.mk> |