2000-10-22 10:02:46 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2000/10/22 14:03:16 espie Exp $
|
2000-03-31 16:29:08 -05:00
|
|
|
|
|
|
|
# The source code for xneko is the same under both directories
|
|
|
|
# (4.4BSD-Lite and 4.4BSD-Lite2) on the dist site.
|
1998-05-19 21:17:20 -04:00
|
|
|
|
|
|
|
DISTNAME= xneko
|
|
|
|
PKGNAME= xneko-4.4
|
|
|
|
CATEGORIES= x11 games
|
2000-03-31 16:29:08 -05:00
|
|
|
NEED_VERSION= 1.234
|
|
|
|
MASTER_SITES= ftp://ftp.freesoftware.com/pub/4.4BSD-Lite/4.4BSD-Lite2/usr/src/games/
|
1999-09-27 11:41:33 -04:00
|
|
|
EXTRACT_SUFX= .tar
|
2000-03-31 16:29:08 -05:00
|
|
|
IGNOREFILES= xneko.tar
|
1998-05-19 21:17:20 -04:00
|
|
|
|
2000-10-22 10:02:46 -04:00
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
1998-05-19 21:17:20 -04:00
|
|
|
|
2000-03-19 13:14:17 -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
|
|
|
|
2000-03-31 16:29:08 -05:00
|
|
|
FAKE= Yes
|
|
|
|
FAKE_FLAGS= MANDIR="${PREFIX}/man/cat" BINDIR="${PREFIX}/bin" \
|
|
|
|
DESTDIR="${WRKINST}" BINOWN="root" BINMODE="755"
|
2000-03-19 13:14:17 -05:00
|
|
|
|
2000-03-31 16:29:08 -05:00
|
|
|
USE_X11= Yes
|
1999-09-27 11:41:33 -04:00
|
|
|
|
|
|
|
post-extract:
|
1999-11-12 09:37:34 -05:00
|
|
|
@rm -f ${WRKSRC}/obj
|
1998-05-19 21:17:20 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|