summaryrefslogtreecommitdiff
path: root/audio/libaudiofile/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-03-06 21:31:41 +0000
committertron <tron@pkgsrc.org>1999-03-06 21:31:41 +0000
commitf4f4e65d82c5e2bb69ee7eb971c57e87a5e5341a (patch)
tree642acb1d338e61d9d40f87e72bcf0c314f441b18 /audio/libaudiofile/Makefile
parent421d42fe9ddaf4519963d967c196d0a1be77950a (diff)
downloadpkgsrc-f4f4e65d82c5e2bb69ee7eb971c57e87a5e5341a.tar.gz
Adapt this package to NetBSD and update it to version 0.1.6.
Diffstat (limited to 'audio/libaudiofile/Makefile')
-rw-r--r--audio/libaudiofile/Makefile25
1 files changed, 11 insertions, 14 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile
index 1483abe06e3..e98dc305957 100644
--- a/audio/libaudiofile/Makefile
+++ b/audio/libaudiofile/Makefile
@@ -1,21 +1,18 @@
-# New ports collection makefile for: libaudiofile
-# Version required: 0.1.5
-# Date created: 22 Dec 1998
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
-#
-# Id: Makefile,v 1.2 1999/01/27 08:31:48 fenner Exp
+# $NetBSD: Makefile,v 1.2 1999/03/06 21:31:41 tron Exp $
+# FreeBSD Id: Makefile,v 1.2 1999/01/27 08:31:48 fenner Exp
#
-DISTNAME= libaudiofile-0.1.5
+DISTNAME= audiofile-0.1.6
+PKGNAME= libaudiofile-0.1.6
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= libaudiofile
+MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/sources/gnome-1.0/sources/ \
+ ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ \
+ ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/
-MAINTAINER= vanilla@FreeBSD.ORG
+MAINTAINER= tron@netbsd.org
GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
-.include <bsd.port.mk>
+.include <../../mk/bsd.pkg.mk>