diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-03 13:11:28 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-03 13:11:28 +0800 |
commit | 103d7e6ee594e45647b770d5cc6d1b8df6a7fede (patch) | |
tree | 312d4ec355f18dbdb945d24a4efd6c7c10e3a4bb /audio/gnowavcut/Makefile | |
parent | d7cbd1d7ebee9d1f0d52bbc226e2eb2bf31a1d58 (diff) | |
download | marcuscom-ports-103d7e6ee594e45647b770d5cc6d1b8df6a7fede.tar marcuscom-ports-103d7e6ee594e45647b770d5cc6d1b8df6a7fede.tar.gz marcuscom-ports-103d7e6ee594e45647b770d5cc6d1b8df6a7fede.tar.bz2 marcuscom-ports-103d7e6ee594e45647b770d5cc6d1b8df6a7fede.tar.lz marcuscom-ports-103d7e6ee594e45647b770d5cc6d1b8df6a7fede.tar.xz marcuscom-ports-103d7e6ee594e45647b770d5cc6d1b8df6a7fede.tar.zst marcuscom-ports-103d7e6ee594e45647b770d5cc6d1b8df6a7fede.zip |
Remove this, there is nothing change other than bump PORTREVISION. It is
not need to be part of MC.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9717 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnowavcut/Makefile')
-rw-r--r-- | audio/gnowavcut/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/gnowavcut/Makefile b/audio/gnowavcut/Makefile deleted file mode 100644 index c71d96b98..000000000 --- a/audio/gnowavcut/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# 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= 6 -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> |