mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
52c5d58921
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
30 lines
666 B
Makefile
30 lines
666 B
Makefile
# New ports collection makefile for: shntool
|
|
# Date created: 2 November 2000
|
|
# Whom: Bill Fenner <fenner@FreeBSD.Org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms-shn
|
|
PORTVERSION= 2.4.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.etree.org/shnutils/xmms-shn/dist/src/
|
|
|
|
MAINTAINER= naddy@FreeBSD.Org
|
|
COMMENT= XMMS plugin to allow playing shorten-compressed audio
|
|
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
|
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|