openbsd-ports/audio/xcdplayer/Makefile

25 lines
560 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2001/04/13 03:24:28 obecian Exp $
1998-05-21 20:09:18 -04:00
COMMENT= "CD player for X11"
DISTNAME= xcdplayer-2.2
1998-05-21 20:09:18 -04:00
CATEGORIES= audio
NEED_VERSION= 1.364
1998-05-21 20:09:18 -04:00
MASTER_SITES= ftp://ftp.x.org/R5contrib/ \
2000-03-31 16:48:47 -05:00
ftp://ftp.freesoftware.com/pub/X11/R5contrib/
1998-05-21 20:09:18 -04:00
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@openbsd.org
2000-03-31 16:48:47 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
CONFIGURE_STYLE= imake
1998-05-21 20:09:18 -04:00
pre-patch:
2000-03-31 16:48:47 -05:00
@cp ${FILESDIR}/cdrom_freebsd.{c,h} ${WRKSRC}
@mv ${WRKSRC}/xcdplayer.1 ${WRKSRC}/xcdplayer.man
1998-05-21 20:09:18 -04:00
.include <bsd.port.mk>