aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cdplayer.app/Makefile
blob: 9f268fc349053f6d191d0fd5e2000395ed5b872a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>