diff options
author | Anders Nordby <anders@FreeBSD.org> | 2001-11-21 23:08:20 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2001-11-21 23:08:20 +0000 |
commit | abfec5c1f7bcab6b24e1765bbeb6581a0c7e3e9b (patch) | |
tree | e3ba0fbe151700fe033c7d9763fcca618ce68db8 /graphics/xmms-xvs/Makefile | |
parent | 43e73b2ccbcdd25b583d0066989c55373fbe1739 (diff) | |
download | ports-abfec5c1f7bcab6b24e1765bbeb6581a0c7e3e9b.tar.gz ports-abfec5c1f7bcab6b24e1765bbeb6581a0c7e3e9b.zip |
Notes
Diffstat (limited to 'graphics/xmms-xvs/Makefile')
-rw-r--r-- | graphics/xmms-xvs/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/graphics/xmms-xvs/Makefile b/graphics/xmms-xvs/Makefile new file mode 100644 index 000000000000..47f821c81c86 --- /dev/null +++ b/graphics/xmms-xvs/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: xmms-xvs +# Date created: 25 June 2001 +# Whom: Anders Nordby <anders@fix.no> +# +# $FreeBSD$ +# + +PORTNAME= xmms-xvs +PORTVERSION= 0.1.0b1 +CATEGORIES= graphics +MASTER_SITES= http://godot.tuniv.szczecin.pl/~jgregor/xvs/download/ \ + ftp://ftp.nuug.no/pub/anders/distfiles/ +DISTNAME= xvs-${PORTVERSION} + +MAINTAINER= anders@FreeBSD.org + +BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 + +USE_GTK= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV+= XML2_CONFIG="${LOCALBASE}/bin/xml2-config" \ + XMMS_CONFIG="${X11BASE}/bin/xmms-config" +USE_GMAKE= yes +USE_X_PREFIX= yes + +DOCS= AUTHORS ChangeLog NEWS README TODO + +.if !defined(NOPORTDOCS) +post-install: + ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> |