freebsd-ports/audio/aumix/Makefile

39 lines
814 B
Makefile
Raw Normal View History

# New ports collection makefile for: aumix
# Date created: 21 May 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
1999-08-25 00:36:31 -04:00
# $FreeBSD$
#
PORTNAME= aumix
PORTVERSION= 2.7
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://jpj.net/~trevor/aumix/ \
http://jpj.net/~trevor/aumix/old/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= cpiazza@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
2000-10-05 02:47:41 -04:00
WANT_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--enable-own-labels \
--libdir="${LOCALBASE}/lib"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= aumix.1 xaumix.1
2000-10-05 02:47:41 -04:00
.include <bsd.port.pre.mk>
.if defined(HAVE_GTK)
USE_GTK= yes
.else
2000-10-05 02:47:41 -04:00
CONFIGURE_ARGS+=--without-gtk
.endif
2000-10-05 02:47:41 -04:00
.include <bsd.port.post.mk>