1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/libmikmod/Makefile
Michael Haro 83e91d05cc update to 3.1.8
PR:		14611
Submitted by:	Will Andrews <andrews@technologist.com>
2000-01-01 22:44:25 +00:00

28 lines
622 B
Makefile

# ports collection makefile for: libmikmod
# Version required: 3.1.8
# Date created: Sun Apr 11 13:06:01 PDT 1999
# Whom: Michael Haro <mharo@area51.fremont.ca.us>
#
# $FreeBSD$
#
DISTNAME= libmikmod-3.1.8
CATEGORIES= audio
# The files at multimania.com seem to be corrupted
MASTER_SITES= http://mikmod.darkorb.net/libmikmod/
MAINTAINER= mharo@FreeBSD.org
LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound
USE_LIBTOOL= yes
USE_GMAKE= yes
pre-build:
${RM} -rf ${WRKSRC}/info/mikmod.info-*
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>