1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/audio/aumix/Makefile
Chris Piazza 50f981e7f6 Update to version 1.27.1
Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
1999-11-18 00:10:25 +00:00

31 lines
729 B
Makefile

# New ports collection makefile for: aumix
# Version required: 1.27.1
# Date created: 21 May 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= aumix-1.27.1
CATEGORIES= audio
MASTER_SITES= http://jpj.net/~trevor/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
post-patch:
@${PERL} -pi -e 's:__PREFIX__:${PREFIX}:' ${WRKSRC}/src/xaumix
.include <bsd.port.mk>