e8b8da6f83
PR: 219983 (within scope of) Approved by: neuroworker@gmail.com (maintainer timeout; 20 days)
25 lines
515 B
Makefile
25 lines
515 B
Makefile
# Created by: Michael Haro <mharo@area51.fremont.ca.us>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmikmod
|
|
PORTVERSION= 3.3.11.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/mikmod/libmikmod/${PORTVERSION}/
|
|
|
|
MAINTAINER= neuroworker@gmail.com
|
|
COMMENT= MikMod Sound Library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= cpe gmake libtool pathfix pkgconfig
|
|
CPE_VENDOR= raphael_assenat
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-esd
|
|
USE_LDCONFIG= yes
|
|
|
|
INFO= mikmod
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.3.3.0
|
|
|
|
.include <bsd.port.mk>
|