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
|
2008-06-06 13:08:29 +00:00
|
|
|
PORTREVISION= 4
|
2003-02-22 20:33:17 +00:00
|
|
|
CATEGORIES= audio
|
2005-03-06 21:56:39 +00:00
|
|
|
MASTER_SITES= http://finarfinek.republika.pl/download/
|
2003-02-22 20:33:17 +00:00
|
|
|
|
2005-02-22 07:04:44 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-22 20:33:17 +00:00
|
|
|
COMMENT= A guitar effects processor for GTK
|
|
|
|
|
2005-03-06 21:56:39 +00:00
|
|
|
USE_GNOME= gnometarget gtk12
|
2003-02-22 20:33:17 +00:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-03-06 21:56:39 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -fPIC" LDFLAGS="${PTHREAD_LIBS}"
|
2003-02-22 20:33:17 +00:00
|
|
|
PLIST_SUB= PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION}
|
|
|
|
|
2007-03-28 11:56:32 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
|
|
|
|
2003-02-22 20:33:17 +00:00
|
|
|
.include <bsd.port.mk>
|