mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
891d746874
all xorg-libraries, there's no need to bump PORTREVISION for now. Approved by: portmgr (self)
29 lines
579 B
Makefile
29 lines
579 B
Makefile
# New ports collection makefile for: xcdplayer
|
|
# Date created: 30 Sep 1994
|
|
# Whom: swallace
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xcdplayer
|
|
PORTVERSION= 2.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= CD player for X
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= xbitmaps xaw
|
|
MAN1= xcdplayer.1
|
|
|
|
PLIST_FILES= bin/xcdplayer lib/X11/app-defaults/XCdplayer
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/cdrom_freebsd.[ch] ${FILESDIR}/app.h ${WRKSRC}
|
|
${CP} ${WRKSRC}/xcdplayer.1 ${WRKSRC}/xcdplayer.man
|
|
|
|
.include <bsd.port.mk>
|