mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
4ca0e60800
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
31 lines
616 B
Makefile
31 lines
616 B
Makefile
# ports collection makefile for: libmikmod
|
|
# Date created: Sun Apr 11 13:06:01 PDT 1999
|
|
# Whom: Michael Haro <mharo@area51.fremont.ca.us>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmikmod
|
|
PORTVERSION= 3.1.9
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
http://www.mikmod.darkorb.net/libmikmod/
|
|
MASTER_SITE_SUBDIR= apps/sound/libs
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_ESOUND= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN1= libmikmod-config.1
|
|
|
|
pre-patch:
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
|
|
|
pre-build:
|
|
${RM} -rf ${WRKSRC}/docs/mikmod.info-*
|
|
|
|
.include <bsd.port.mk>
|