diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-02 05:26:38 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-02 05:26:38 +0000 |
commit | 149f65234ee10d8385bda46cd9c650369f816e5e (patch) | |
tree | c8f38fd6aac39eef1ef923aad8f7cd40473fb0de /audio/aumix/Makefile | |
parent | 009c17dc748c4aa1a9231bb1a7ead3ea3ca7fe5c (diff) |
Notes
Diffstat (limited to 'audio/aumix/Makefile')
-rw-r--r-- | audio/aumix/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index bf6cb0c1474e..b968add46b38 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: aumix -# Version required: 1.18.4 +# Version required: 1.19 # Date created: 21 May 1999 # Whom: Chris Piazza <cpiazza@home.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/29 04:47:12 steve Exp $ # -DISTNAME= aumix-1.18.4 +DISTNAME= aumix-1.19 CATEGORIES= audio MASTER_SITES= http://jpj.net/~trevor/aumix/ \ ${MASTER_SITE_SUNSITE} @@ -18,8 +18,9 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV+= CPPFLAGS="-L${LOCALBASE}/lib -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -I${LOCALBASE}/include" +CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ + --libdir="${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" MAN1= aumix.1 |