diff options
Diffstat (limited to 'audio/libaudiofile/Makefile')
-rw-r--r-- | audio/libaudiofile/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile new file mode 100644 index 000000000000..b14edb30f2b5 --- /dev/null +++ b/audio/libaudiofile/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: libaudiofile +# Version required: 0.1.5 +# Date created: 22 Dec 1998 +# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= libaudiofile-0.1.5 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/ \ + ftp://ftp.68k.org/pub/michael/ + +MAINTAINER= vanilla@FreeBSD.ORG + +GNU_CONFIGURE= yes + +post-install: + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> |