freebsd-ports/audio/x11amp/Makefile
Joe Marcus Clarke 8a609be531 Use USE_GNOMENG.
PR:		42232
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-31 00:13:25 +00:00

28 lines
706 B
Makefile

# New ports collection makefile for: x11amp
# Date created: 13 Jul 1998
# Whom: Donald Burr <dburr@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= x11amp
PORTVERSION= 0.9.b1.1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/misc/x11amp/0.9/ \
ftp://ftp.sci-nnov.ru/pub/FreeBSD/ports/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
MAINTAINER= dburr@FreeBSD.org
USE_XLIB= yes
USE_GNOMENG= yes
USE_GNOME= gtk12 esound
USE_LIBTOOL= yes
LIBTOOLFILES= configure libx11amp/configure
CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
post-extract:
@${CP} ${FILESDIR}/main.xpm ${WRKSRC}/x11amp/defskin
.include <bsd.port.mk>