freebsd-ports/audio/cdplayer.app/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

25 lines
683 B
Makefile

# New ports collection makefile for: CDPlayer.app
# Date created: 13 Sep 2000
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
#
# $FreeBSD$
#
PORTNAME= cdplayer.app
PORTVERSION= 1.7
PORTREVISION= 4
CATEGORIES= audio windowmaker
MASTER_SITES= http://freebsd.aeternal.net/ports/
DISTNAME= CDPlayer.app-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A CD player with CDDB support resembling OpenStep's OmniCD
LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
cdaudio.1:${PORTSDIR}/audio/libcdaudio \
wraster.4:${PORTSDIR}/x11-wm/windowmaker
PLIST_FILES= GNUstep/Apps/CDPlayer.app/CDPlayer
PLIST_DIRS= GNUstep/Apps/CDPlayer.app GNUstep/Apps
.include <bsd.port.mk>