1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

use -pthread instead of -lc_r and other minor changes

Submitted by:	reg
This commit is contained in:
Michael Haro 2000-01-28 22:01:42 +00:00
parent 985b392d88
commit 36f97ab978
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25184

View File

@ -8,8 +8,7 @@
DISTNAME= libmikmod-3.1.8
CATEGORIES= audio
# The files at multimania.com seem to be corrupted
MASTER_SITES= http://mikmod.darkorb.net/libmikmod/
MASTER_SITES= http://www.mikmod.darkorb.net/libmikmod/
MAINTAINER= mharo@FreeBSD.org
@ -18,10 +17,9 @@ LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound
USE_LIBTOOL= yes
USE_GMAKE= yes
pre-build:
${RM} -rf ${WRKSRC}/info/mikmod.info-*
MAN1= libmikmod-config.1
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
pre-build:
${RM} -rf ${WRKSRC}/docs/mikmod.info-*
.include <bsd.port.mk>