diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-22 12:49:18 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-22 12:49:18 +0000 |
commit | 382a684554284390f3278eed56236e1f9de21e2d (patch) | |
tree | f4eb0a95ad150b7dd001671c00c4ac82e675126b /audio/adplay | |
parent | 289abe572d2de062c7ebdfe6d468be2075702275 (diff) | |
download | ports-382a684554284390f3278eed56236e1f9de21e2d.tar.gz ports-382a684554284390f3278eed56236e1f9de21e2d.zip |
Notes
Diffstat (limited to 'audio/adplay')
-rw-r--r-- | audio/adplay/Makefile | 10 | ||||
-rw-r--r-- | audio/adplay/pkg-descr | 3 |
2 files changed, 5 insertions, 8 deletions
diff --git a/audio/adplay/Makefile b/audio/adplay/Makefile index 823a36ba68d7..0df696dda305 100644 --- a/audio/adplay/Makefile +++ b/audio/adplay/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: adplay -# Date created: 10 August 2004 -# Whom: Emanuel Haupt <ehaupt@critical.ch> +# New ports collection makefile for: adplay +# Date created: 10 August 2004 +# Whom: Emanuel Haupt <ehaupt@critical.ch> # # $FreeBSD$ # PORTNAME= adplay PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= adplug @@ -22,7 +22,7 @@ PLIST_FILES= bin/adplay GNU_CONFIGURE= yes USE_GCC= 3.4+ -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libbinio LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \ diff --git a/audio/adplay/pkg-descr b/audio/adplay/pkg-descr index 03298633b9d5..0e2e659b0783 100644 --- a/audio/adplay/pkg-descr +++ b/audio/adplay/pkg-descr @@ -2,6 +2,3 @@ Adplay is a command line AdLib player using the adplug library. It supports many AdLib formats such as HSP and HSC. WWW: http://adplug.sourceforge.net/ - -- ehaupt -ehaupt@critical.ch |