Lines 1-13
Link Here
|
1 |
# New ports collection makefile for: adplay |
1 |
# New ports collection makefile for: adplay |
2 |
# Date created: 10 August 2004 |
2 |
# Date created: 10 August 2004 |
3 |
# Whom: Emanuel Haupt <ehaupt@critical.ch> |
3 |
# Whom: Emanuel Haupt <ehaupt@critical.ch> |
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/audio/adplay/Makefile,v 1.3 2005/05/31 21:24:38 flz Exp $ |
5 |
# $FreeBSD: ports/audio/adplay/Makefile,v 1.3 2005/05/31 21:24:38 flz Exp $ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= adplay |
8 |
PORTNAME= adplay |
9 |
PORTVERSION= 1.4 |
9 |
PORTVERSION= 1.4 |
10 |
PORTREVISION= 2 |
10 |
PORTREVISION= 3 |
11 |
CATEGORIES= audio |
11 |
CATEGORIES= audio |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} |
13 |
MASTER_SITE_SUBDIR= adplug |
13 |
MASTER_SITE_SUBDIR= adplug |
Lines 22-28
Link Here
|
22 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
23 |
USE_GCC= 3.4+ |
23 |
USE_GCC= 3.4+ |
24 |
|
24 |
|
25 |
CPPFLAGS+= -I${LOCALBASE}/include |
25 |
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libbinio |
26 |
LDFLAGS+= -L${LOCALBASE}/lib |
26 |
LDFLAGS+= -L${LOCALBASE}/lib |
27 |
|
27 |
|
28 |
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \ |
28 |
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \ |