diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-06-01 10:46:58 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-06-01 10:46:58 +0000 |
commit | 3df2ab3da73d67529a326763df7832ad2982d80f (patch) | |
tree | bf35bcb66ef65f7e06fdfab147f66e5dd66542c6 /audio/libcdaudio/Makefile | |
parent | df08aed4d8f15f890d548d803a50e51a17241fb1 (diff) |
New port libcdaudio, a library to control the CD-ROM
when playing audio CDs.
Notes
Notes:
svn path=/head/; revision=19158
Diffstat (limited to 'audio/libcdaudio/Makefile')
-rw-r--r-- | audio/libcdaudio/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile new file mode 100644 index 000000000000..1d688e123c9b --- /dev/null +++ b/audio/libcdaudio/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: libcdaudio +# Version required: 0.7.0 +# Date created: 01 June 1999 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= libcdaudio_0.7.0 +PKGNAME= libcdaudio-0.7.0 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.debian.org/pub/debian/dists/potato/main/source/libs/ +EXTRACT_SUFX= .orig.tar.gz + +MAINTAINER= ports@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/${PKGNAME} +GNU_CONFIGURE= yes + +post-install: + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> |