1999-05-29 04:47:14 +00:00
|
|
|
# New ports collection makefile for: aumix
|
|
|
|
# Date created: 21 May 1999
|
1999-06-19 08:26:18 +00:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-05-29 04:47:14 +00:00
|
|
|
#
|
1999-08-25 04:36:31 +00:00
|
|
|
# $FreeBSD$
|
1999-05-29 04:47:14 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= aumix
|
2000-07-19 06:08:17 +00:00
|
|
|
PORTVERSION= 2.7
|
1999-05-29 04:47:14 +00:00
|
|
|
CATEGORIES= audio
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
|
|
http://jpj.net/~trevor/aumix/ \
|
|
|
|
http://jpj.net/~trevor/aumix/old/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-05-29 04:47:14 +00:00
|
|
|
|
1999-06-19 08:26:18 +00:00
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
1999-05-29 04:47:14 +00:00
|
|
|
|
2000-02-03 03:49:23 +00:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
2000-04-17 00:18:05 +00:00
|
|
|
.if !defined(WITHOUT_X11)
|
2000-02-03 03:49:23 +00:00
|
|
|
LIB_DEPENDS+= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
|
2000-06-30 10:08:39 +00:00
|
|
|
USE_X_PREFIX= yes
|
2000-02-03 03:49:23 +00:00
|
|
|
GTK_CONFIG= ${X11BASE}/bin/gtk12-config
|
|
|
|
.endif
|
|
|
|
|
1999-05-29 04:47:14 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-06-02 05:26:38 +00:00
|
|
|
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
|
2000-03-26 01:06:37 +00:00
|
|
|
--enable-own-labels \
|
1999-06-02 05:26:38 +00:00
|
|
|
--libdir="${LOCALBASE}/lib"
|
2000-02-03 03:49:23 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-06-30 10:08:39 +00:00
|
|
|
|
|
|
|
MAN1= aumix.1 xaumix.1
|
|
|
|
|
2000-04-17 00:18:05 +00:00
|
|
|
.if defined(WITHOUT_X11)
|
2000-02-03 03:49:23 +00:00
|
|
|
CONFIGURE_ARGS+= --without-gtk
|
|
|
|
.else
|
|
|
|
pre-fetch:
|
|
|
|
@${ECHO_MSG} -n "To build this port without X11 (and without the GUI),"
|
2000-04-17 00:18:05 +00:00
|
|
|
@${ECHO_MSG} " define \"WITHOUT_X11\"."
|
2000-02-03 03:49:23 +00:00
|
|
|
.endif
|
1999-05-29 04:47:14 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|