summaryrefslogtreecommitdiff
path: root/sysutils/libcdio/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-04-04 17:35:44 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-04-04 17:35:44 +0000
commit3b247f9b414021c2e6b0f4b2aa645312a303e5b7 (patch)
treeee02bd1d328a3d5d08c2a3cbb1e44027fb6a5ef7 /sysutils/libcdio/Makefile
parentef5932f99b33b86045001624830931a01d3b12ff (diff)
Notes
Diffstat (limited to 'sysutils/libcdio/Makefile')
-rw-r--r--sysutils/libcdio/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile
new file mode 100644
index 000000000000..49b82b593293
--- /dev/null
+++ b/sysutils/libcdio/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: libcdio
+# Date created: 2004-04-04
+# Whom: arved
+#
+# $FreeBSD$
+
+PORTNAME= libcdio
+PORTVERSION= 0.68
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= libcdio
+
+MAINTAINER= arved@FreeBSD.org
+COMMENT= Compact Disc Input and Control Library
+
+LIB_DEPENDS= cddb.1:${PORTSDIR}/audio/libcddb
+
+GNU_CONFIGURE= yes
+USE_GNOME= gnometarget pkgconfig gnomehack
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+
+INFO= libcdio
+
+.include <bsd.port.mk>