From 93a544d409acc43cd7ea11a84de2877ad97bbfab Mon Sep 17 00:00:00 2001
From: Joe Marcus Clarke <marcus@FreeBSD.org>
Date: Sat, 22 Feb 2003 20:33:17 +0000
Subject: Add gtkgep, a GTK guitar effects processor.

PR:		47779
Submitted by:	Mark Linimon <linimon@lonesome.com>
---
 audio/gtkgep/Makefile | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 audio/gtkgep/Makefile

(limited to 'audio/gtkgep/Makefile')

diff --git a/audio/gtkgep/Makefile b/audio/gtkgep/Makefile
new file mode 100644
index 000000000000..379f7aa0934b
--- /dev/null
+++ b/audio/gtkgep/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for:	GtkGEP
+# Date created:				Sun Jan 26 19:15:57 CST 2003
+# Whom:					Mark Linimon <linimon@lonesome.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	gtkgep
+PORTVERSION=	0.2.3
+CATEGORIES=	audio
+MASTER_SITES=	http://gtkgep.republika.pl/
+
+MAINTAINER=	linimon@lonesome.com
+COMMENT=	A guitar effects processor for GTK
+
+USE_LIBTOOL=	yes
+USE_GMAKE=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
+CONFIGURE_ENV=	LIBS="${PTHREAD_LIBS}"
+PLIST_SUB=	PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION}
+
+.include <bsd.port.mk>
-- 
cgit v1.2.3