aboutsummaryrefslogtreecommitdiffstats
path: root/audio/aumix/Makefile
blob: 089f416792c02b5609db765a94bb50c024e45661 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:    aumix
# Date created:        21 May 1999
# Whom:                Chris Piazza <cpiazza@FreeBSD.org>
#
# $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-old

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

.include <bsd.port.pre.mk>

.if defined(HAVE_GTK)
USE_GTK=    yes
.else
CONFIGURE_ARGS+=--without-gtk
.endif

.include <bsd.port.post.mk>