aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libmikmod/Makefile
blob: 53017c908dcbabc74b40f5884afc7937d42d1257 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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=   http://www.mikmod.darkorb.net/libmikmod/

MAINTAINER= mharo@FreeBSD.org

LIB_DEPENDS=    esd.2:${PORTSDIR}/audio/esound

USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes
USE_GMAKE=  yes

MAN1=   libmikmod-config.1

pre-patch:
    @${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure

pre-build:
    ${RM} -rf ${WRKSRC}/docs/mikmod.info-*

.include <bsd.port.mk>