freebsd-ports/audio/bmp-modplug/Makefile
Alexey Dokuchaev e86b55727a For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
2013-03-13 11:54:25 +00:00

33 lines
912 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= modplug
PORTVERSION= 2.0.5
PORTREVISION= 10
CATEGORIES?= audio
MASTER_SITES= ftp://ftp.osuosl.org/pub/FreeBSD/distfiles/ \
http://ftp.osuosl.org/pub/FreeBSD/distfiles/ \
ftp://ftp.dvo.ru/pub/distfiles/ \
ftp://ftp.mtu.ru/pub/FreeBSD/distfiles/ \
ftp://ftp.chg.ru/pub/FreeBSD/distfiles/
PKGNAMEPREFIX= bmp-
DISTNAME= ${PORTNAME}${PKGNAMEPREFIX}2.05
MAINTAINER= ports@FreeBSD.org
COMMENT= ModPlug-based plugin for beep-media-player
LIB_DEPENDS?= beep:${PORTSDIR}/multimedia/beep-media-player
LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
HAS_CONFIGURE= yes
PLUGDIR?= lib/bmp/Input
PLIST_FILES= ${PLUGDIR}/libmodplugbmp.so
do-install:
@${MKDIR} ${PREFIX}/${PLUGDIR}
${INSTALL_PROGRAM} ${WRKSRC}/modplugbmp/.libs/libmodplugbmp.so \
${PREFIX}/${PLUGDIR}
.include <bsd.port.mk>