diff options
author | garga <garga@FreeBSD.org> | 2005-09-22 20:49:18 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-09-22 20:49:18 +0800 |
commit | 99b21423ddbd1c0c79e8188167cefd2e26a03935 (patch) | |
tree | daa7fcd7b4a3e11057faedf93dd050d2d1d94919 /audio/adplay | |
parent | fa6868e9b70a3a779adefd42cab5c7afc81446b6 (diff) | |
download | freebsd-ports-gnome-99b21423ddbd1c0c79e8188167cefd2e26a03935.tar.gz freebsd-ports-gnome-99b21423ddbd1c0c79e8188167cefd2e26a03935.tar.zst freebsd-ports-gnome-99b21423ddbd1c0c79e8188167cefd2e26a03935.zip |
devel/libbinio:
- Update to 1.4
all:
- Cleanup Makefile Header
- Remove signature from pkg-descr
- Adjustments to build with libbinio 1.4
PR: ports/86431
Submitted by: maintainer
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 |