aboutsummaryrefslogtreecommitdiffstats
path: root/audio/aumix/Makefile
blob: 33d079ad54ab17e7efa786f6dc81e79730d4eff0 (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
# New ports collection makefile for:    aumix
# Version required:    1.29
# Date created:        21 May 1999
# Whom:                Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#

DISTNAME=   aumix-1.29
CATEGORIES= audio
MASTER_SITES=   http://jpj.net/~trevor/aumix/ \
        http://jpj.net/~trevor/aumix/old/ \
        ftp://aumix.sourceforge.net/pub/aumix/ \
        ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/mixers

MAINTAINER= cpiazza@FreeBSD.org

LIB_DEPENDS=    intl.1:${PORTSDIR}/devel/gettext

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
        --libdir="${LOCALBASE}/lib"
CONFIGURE_ENV=  LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"

MAN1=   aumix.1

.include <bsd.port.mk>