freebsd-ports/audio/cdplayer.app/Makefile
Maxim Sobolev 1ad82feee3 Add cdplayer.app - a CD player with CDDB support resembling OpenStep's OmniCD.
PR:		21257
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
2000-09-14 17:43:14 +00:00

22 lines
539 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.6
CATEGORIES= audio windowmaker
MASTER_SITES= http://planeta.terra.com.br/informatica/oldnapalm/cdplayer/
DISTNAME= CDPlayer.app-${PORTVERSION}
MAINTAINER= dsh@vlink.ru
LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
cdaudio.1:${PORTSDIR}/audio/libcdaudio \
wraster.3:${PORTSDIR}/x11-wm/windowmaker
USE_X_PREFIX= yes
.include <bsd.port.mk>