diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-17 19:21:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-17 19:21:04 +0000 |
commit | c73a16a7b5c2c2e2cfe426046cab5fd40b7aaf4c (patch) | |
tree | a04baff96e2b3d225bf5bdc9dd11ead18a418ecb /multimedia/totem/Makefile | |
parent | ef231d503c78ee50fe81e78321b7a630cb9dc12e (diff) | |
download | ports-c73a16a7b5c2c2e2cfe426046cab5fd40b7aaf4c.tar.gz ports-c73a16a7b5c2c2e2cfe426046cab5fd40b7aaf4c.zip |
Notes
Diffstat (limited to 'multimedia/totem/Makefile')
-rw-r--r-- | multimedia/totem/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile new file mode 100644 index 000000000000..f0833e398a9a --- /dev/null +++ b/multimedia/totem/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: totem +# Date created: 17 Oct 2002 +# Whom: Hendrik Scholz <hendrik@scholz.net> +# +# $FreeBSD$ +# + +PORTNAME= totem +PORTVERSION= 0.10.0 +CATEGORIES= graphics gnome +MASTER_SITES= http://www.hadess.net/files/software/totem/ + +MAINTAINER= hendrik@scholz.net + +LIB_DEPENDS= xine.2:${PORTSDIR}/graphics/libxine \ + gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui + +USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |