mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
27 lines
522 B
Makefile
27 lines
522 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= 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-build:
|
|
${RM} -rf ${WRKSRC}/docs/mikmod.info-*
|
|
|
|
.include <bsd.port.mk>
|