diff options
author | alex <alex@FreeBSD.org> | 2001-05-21 19:47:44 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-05-21 19:47:44 +0000 |
commit | 83ea9e3c91f3202961fee1335f5df2e86a8724e2 (patch) | |
tree | 1d32b4d35ba6360210d9ee102822b35c456d2bbe /audio/gnowavcut/Makefile | |
parent | ae16a26186d54520c4ffae2f441272ca85fd567d (diff) | |
download | FreeBSD-ports-83ea9e3c91f3202961fee1335f5df2e86a8724e2.zip FreeBSD-ports-83ea9e3c91f3202961fee1335f5df2e86a8724e2.tar.gz |
Add gnowavcut 0.0.6, a GNOME/GTK+ based RIFF PCM Wave file splitter.
PR: 27466
Submitted by: Steve Coltrin <spcoltri@omcl.org>
Diffstat (limited to 'audio/gnowavcut/Makefile')
-rw-r--r-- | audio/gnowavcut/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/gnowavcut/Makefile b/audio/gnowavcut/Makefile new file mode 100644 index 0000000..e67c1c8 --- /dev/null +++ b/audio/gnowavcut/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: gnowavcut +# Date created: 19 May 2001 +# Whom: Steve Coltrin <spcoltri@omcl.org> +# +# $FreeBSD$ +# + +PORTNAME= gnowavcut +PORTVERSION= 0.0.6 +CATEGORIES= audio gnome +MASTER_SITES= http://gnowavcut.good-day.net/src/ + +MAINTAINER= spcoltri@omcl.org + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GNOME= yes + +.include <bsd.port.mk> |