diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-01 22:28:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-01 22:28:08 +0000 |
commit | 0dfdec2a0a52bfc8b60bac7c2731e06cc3d0d57d (patch) | |
tree | d28ba4cf5c1260ceb9c304a03a2305b7ed4dd6ef /multimedia/totem/Makefile | |
parent | 5a3e92b864c7b8e6d97820aca54608f638e019b9 (diff) |
Notes
Diffstat (limited to 'multimedia/totem/Makefile')
-rw-r--r-- | multimedia/totem/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index b22cecb0bb45..0a63a9456055 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -6,11 +6,10 @@ # PORTNAME= totem -PORTVERSION= 0.99.9 -PORTREVISION= 4 +PORTVERSION= 0.99.11 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/..$//} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/...$//} DIST_SUBDIR= gnome2 MAINTAINER= hendrik@scholz.net @@ -26,6 +25,8 @@ USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXrandr" +MAN1= totem.1 + .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libdvdnav.so) |