mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
27b57e74b7
- Remove DEPRECATED and EXPIRATION_DATE - Pass maintainership to submitter - Remove 3 lines pkg-plist PR: ports/87983 Submitted by: martin hudec <corwin@aeternal.net> Approved by: Denis Shaposhnikov <dsh@vlink.ru> (ex-maintainer)
28 lines
704 B
Makefile
28 lines
704 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= 1
|
|
CATEGORIES= audio windowmaker
|
|
MASTER_SITES= http://freebsd.aeternal.net/ports/
|
|
DISTNAME= CDPlayer.app-${PORTVERSION}
|
|
|
|
MAINTAINER= corwin@aeternal.net
|
|
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
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
PLIST_FILES= GNUstep/Apps/CDPlayer.app/CDPlayer
|
|
PLIST_DIRS= GNUstep/Apps/CDPlayer.app GNUstep/Apps
|
|
|
|
.include <bsd.port.mk>
|