1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/xcdplayer/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

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= 3
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>