mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
c36ad3d129
- Convert to "magic" master sites - Various minor portlint-prodded fixes
38 lines
878 B
Makefile
38 lines
878 B
Makefile
# New ports collection makefile for: xmms-modplug
|
|
# Date created: 8 January 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= modplug
|
|
PORTVERSION= 2.0.5
|
|
PORTREVISION= 2
|
|
CATEGORIES?= audio
|
|
MASTER_SITES= SFE
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}-${PKGNAMEPREFIX:S/-//}
|
|
PKGNAMEPREFIX= xmms-
|
|
DISTNAME= ${PORTNAME}${PKGNAMEPREFIX}2.05
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= A modplug-based plugin for XMMS
|
|
|
|
LIB_DEPENDS?= xmms.4:${PORTSDIR}/multimedia/xmms
|
|
LIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug
|
|
|
|
USE_X_PREFIX= yes
|
|
HAS_CONFIGURE= yes
|
|
PLUGDIR?= lib/xmms/Input
|
|
PLIST_FILES= ${PLUGDIR}/libmodplugxmms.so
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= Does not compile on FreeBSD 4.x
|
|
.endif
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/modplugxmms/.libs/libmodplugxmms.so ${PREFIX}/${PLUGDIR}/
|
|
|
|
.include <bsd.port.post.mk>
|