freebsd-ports/audio/gtkgep/Makefile

24 lines
587 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://finarfinek.republika.pl/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A guitar effects processor for GTK
USE_GNOME= gnometarget gtk12
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -fPIC" LDFLAGS="${PTHREAD_LIBS}"
PLIST_SUB= PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>