summaryrefslogtreecommitdiff
path: root/audio/libmikmod/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-06-05 07:43:16 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-06-05 07:43:16 +0000
commit40b1e6bb5042ac757e16f1b47f8aaecddac9f314 (patch)
treee139b769d416018958d5ec75514225ed601baaee /audio/libmikmod/Makefile
parentFill in a couple of missing WWW references... (diff)
Looks like they updated the distfile w/o updating the version.
Some changes stolen from yoshiaki@kt.rim.or.jp
Notes
Notes: svn path=/head/; revision=19214
Diffstat (limited to 'audio/libmikmod/Makefile')
-rw-r--r--audio/libmikmod/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile
index 3f6f391ca4cd..3c343c0e90f8 100644
--- a/audio/libmikmod/Makefile
+++ b/audio/libmikmod/Makefile
@@ -3,18 +3,24 @@
# Date created: Sun Apr 11 13:06:01 PDT 1999
# Whom: Michael Haro <mharo@area51.fremont.ca.us>
#
-# $Id: Makefile,v 1.1.1.1 1999/05/05 22:16:12 mharo Exp $
+# $Id: Makefile,v 1.2 1999/05/29 04:29:40 steve Exp $
#
DISTNAME= libmikmod-3.1.6
CATEGORIES= audio
MASTER_SITES= http://www.multimania.com/miodrag/mikmod/
-MAINTAINER= mharo@area51.fremont.ca.us
+MAINTAINER= mharo@FreeBSD.ORG
LIB_DEPENDS= esd.1:${PORTSDIR}/audio/esound
-USE_GMAKE= yes
USE_LIBTOOL= yes
+USE_GMAKE= yes
+
+pre-build:
+ ${RM} -rf ${WRKSRC}/info/mikmod.info-*
+
+post-install:
+ @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>