freebsd-ports/audio/libmikmod/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
2000-06-16 21:52:40 +00:00

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>