46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
24 lines
529 B
Makefile
24 lines
529 B
Makefile
# $OpenBSD: Makefile,v 1.11 2000/10/22 15:41:29 espie Exp $
|
|
|
|
DISTNAME= xcdplayer-2.2
|
|
CATEGORIES= audio
|
|
NEED_VERSION= 1.305
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/ \
|
|
ftp://ftp.freesoftware.com/pub/X11/R5contrib/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
pre-patch:
|
|
@cp ${FILESDIR}/cdrom_freebsd.{c,h} ${WRKSRC}
|
|
@mv ${WRKSRC}/xcdplayer.1 ${WRKSRC}/xcdplayer.man
|
|
|
|
.include <bsd.port.mk>
|