mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7c755429d6
PR: 15780 Submitted by: Trevor Johnson <trevor@blues.jpj.net>
29 lines
734 B
Makefile
29 lines
734 B
Makefile
# New ports collection makefile for: aumix
|
|
# Version required: 1.30.1
|
|
# Date created: 21 May 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= aumix-1.30.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://jpj.net/~trevor/aumix/ \
|
|
http://jpj.net/~trevor/aumix/old/ \
|
|
ftp://aumix.sourceforge.net/pub/aumix/stable/ \
|
|
${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/sound/mixers
|
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
|
|
--libdir="${LOCALBASE}/lib"
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
MAN1= aumix.1 xaumix.1
|
|
|
|
.include <bsd.port.mk>
|