- 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:
parent
de0ec4e068
commit
493ce7a046
@ -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
|
||||||
|
|
||||||
|
@ -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}
|
||||||
|
3
devel/libaudiofile/pkg/PFRAG.shared
Normal file
3
devel/libaudiofile/pkg/PFRAG.shared
Normal 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)
|
@ -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
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user