View | Details | Raw Unified | Return to bug 86431 | Differences between
and this patch

Collapse All | Expand All

(-)adplay/Makefile (-5 / +5 lines)
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}" \
(-)adplay/pkg-descr (-3 lines)
Lines 2-7 Link Here
2
many AdLib formats such as HSP and HSC.
2
many AdLib formats such as HSP and HSC.
3
3
4
WWW: http://adplug.sourceforge.net/
4
WWW: http://adplug.sourceforge.net/
5
6
- ehaupt
7
ehaupt@critical.ch

Return to bug 86431