2003-02-22 20:33:17 +00:00
|
|
|
# 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
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
2003-02-22 20:33:17 +00:00
|
|
|
CATEGORIES= audio
|
2004-11-07 06:52:43 +00:00
|
|
|
MASTER_SITES= #
|
2003-02-22 20:33:17 +00:00
|
|
|
|
2004-11-02 22:05:12 +00:00
|
|
|
MAINTAINER= linimon@FreeBSD.org
|
2003-02-22 20:33:17 +00:00
|
|
|
COMMENT= A guitar effects processor for GTK
|
|
|
|
|
2004-07-09 17:43:11 +00:00
|
|
|
USE_INC_LIBTOOL_VER= 13
|
2003-02-22 20:33:17 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gtk12
|
|
|
|
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
|
|
|
|
PLIST_SUB= PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|