mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
bbed9774f9
Also some minor nits (extra fluff in all of my ports' DESCR files, USE_XLIB defined when USE_X_PREFIX is also defined, etc).
28 lines
690 B
Makefile
28 lines
690 B
Makefile
# New ports collection makefile for: aumix
|
|
# Version required: 1.22
|
|
# Date created: 21 May 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.4 1999/06/12 05:50:00 mharo Exp $
|
|
#
|
|
|
|
DISTNAME= aumix-1.22
|
|
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
|
|
|
|
.include <bsd.port.mk>
|