pkgsrc/x11/xphoon/Makefile
dholland 5341b53649 Drag this kicking and screaming into the Century of the Fruitbat.
- ANSIfy.
 - Use standard headers instead of rolling custom wrong decls.
 - Don't use void main.
 - Fix y2038 bugs.
 - Prune dead code.
 - Stop using outdated timezone interfaces.
 - Don't need libcompat any more.
 - Generally clean up build.

Should fix broken build on Linux, probably other non-BSD OSes as well.

PKGREVISION++.
2008-07-28 02:45:56 +00:00

27 lines
612 B
Makefile

# $NetBSD: Makefile,v 1.27 2008/07/28 02:45:56 dholland Exp $
#
DISTNAME= xphoon.tar
PKGNAME= xphoon-19910918
PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= ftp://ftp.x.org/R5contrib/
EXTRACT_SUFX= .Z
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Set the root window to the moon in its current phase
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/xphoon
USE_IMAKE= yes
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
GCC_REQD+= 2.95.3
.endif
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"