- add HOMEPAGE

- remove FAKE=Yes
- GNU_CONFIGURE -> CONFIGURE_STYLE
- use new framework for PLISTs
- add @comment with RCS id to PLISTs
This commit is contained in:
brad 2000-07-19 05:56:27 +00:00
parent de0ec4e068
commit 493ce7a046
5 changed files with 10 additions and 17 deletions

View File

@ -1,12 +1,13 @@
# $OpenBSD: Makefile,v 1.12 2000/03/24 22:11:39 espie Exp $ # $OpenBSD: Makefile,v 1.13 2000/07/19 05:56:27 brad Exp $
DISTNAME= audiofile-0.1.9 DISTNAME= audiofile-0.1.9
PKGNAME= libaudiofile-0.1.9 PKGNAME= libaudiofile-0.1.9
CATEGORIES= devel CATEGORIES= devel
NEED_VERSION= 1.213 NEED_VERSION= 1.310
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/audiofile MASTER_SITE_SUBDIR= stable/sources/audiofile
HOMEPAGE= http://www.68k.org./~michael/audiofile/
MAINTAINER= rohee@openbsd.org MAINTAINER= rohee@openbsd.org
@ -15,10 +16,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
FAKE= Yes
SEPARATE_BUILD= concurrent SEPARATE_BUILD= concurrent
GNU_CONFIGURE= Yes CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static CONFIGURE_ARGS+= --enable-static

View File

@ -10,4 +10,4 @@ This library allows the processing of audio data to and from audio
files of many common formats (currently AIFF, AIFC, WAVE, and files of many common formats (currently AIFF, AIFC, WAVE, and
NeXT/Sun). NeXT/Sun).
http://www.68k.org./~michael/audiofile/ WWW: ${HOMEPAGE}

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1 2000/07/19 05:56:28 brad Exp $
lib/libaudiofile.so.0.0
DYNLIBDIR(%B)

View File

@ -1,10 +1,10 @@
@comment $OpenBSD: PLIST,v 1.5 2000/07/19 05:56:28 brad Exp $
bin/audiofile-config bin/audiofile-config
bin/sfconvert bin/sfconvert
bin/sfinfo bin/sfinfo
lib/libaudiofile.a lib/libaudiofile.a
lib/libaudiofile.la lib/libaudiofile.la
lib/libaudiofile.so.0.0 %%SHARED%%
@exec /sbin/ldconfig -m %B
include/af_vfs.h include/af_vfs.h
include/audiofile.h include/audiofile.h
include/aupvlist.h include/aupvlist.h

View File

@ -1,9 +0,0 @@
bin/audiofile-config
bin/sfconvert
bin/sfinfo
lib/libaudiofile.a
lib/libaudiofile.la
include/af_vfs.h
include/audiofile.h
include/aupvlist.h
share/aclocal/audiofile.m4