summaryrefslogtreecommitdiffstats
path: root/audio/gnowavcut/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gnowavcut/Makefile')
-rw-r--r--audio/gnowavcut/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/gnowavcut/Makefile b/audio/gnowavcut/Makefile
new file mode 100644
index 000000000..fca5c5d38
--- /dev/null
+++ b/audio/gnowavcut/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: gnowavcut
+# Date created: 19 May 2001
+# Whom: Steve Coltrin <spcoltri@omcl.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnowavcut
+PORTVERSION= 0.0.8
+PORTREVISION= 3
+CATEGORIES= audio gnome
+MASTER_SITES= http://gnowavcut.good-day.net/src/
+
+MAINTAINER= spcoltri@omcl.org
+COMMENT= A GNOME/GTK+ based RIFF PCM Wave file splitter
+
+USE_XLIB= yes
+GNU_CONFIGURE= yes
+USE_GNOME= gnomehack gnomeprefix gnomelibs
+
+.include <bsd.port.mk>