46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
29 lines
604 B
Makefile
29 lines
604 B
Makefile
# $OpenBSD: Makefile,v 1.16 2000/10/22 15:41:29 espie Exp $
|
|
|
|
BROKEN= spinlocks in a loop if stdin is null
|
|
|
|
DISTNAME= xmcd-2.3
|
|
CATEGORIES= audio
|
|
NEED_VERSION= 1.305
|
|
FAKE=No
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications/xmcd
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
LICENSE_TYPE= GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_MOTIF= Yes
|
|
CONFIGURE_STYLE= imake
|
|
IS_INTERACTIVE= Yes # asks a lot of questions
|
|
NO_PACKAGE= interactive port
|
|
|
|
post-install:
|
|
cp ${WRKSRC}/README ${PREFIX}/lib/X11/xmcd
|
|
|
|
.include <bsd.port.mk>
|