31 lines
717 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2000/03/31 21:29:08 brad Exp $
# The source code for xneko is the same under both directories
# (4.4BSD-Lite and 4.4BSD-Lite2) on the dist site.
1998-05-20 01:17:20 +00:00
DISTNAME= xneko
PKGNAME= xneko-4.4
CATEGORIES= x11 games
NEED_VERSION= 1.234
MASTER_SITES= ftp://ftp.freesoftware.com/pub/4.4BSD-Lite/4.4BSD-Lite2/usr/src/games/
EXTRACT_SUFX= .tar
IGNOREFILES= xneko.tar
1998-05-20 01:17:20 +00:00
MAINTAINER= angelos@openbsd.org
2000-03-19 18:14:17 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 06:29:49 +00:00
FAKE= Yes
FAKE_FLAGS= MANDIR="${PREFIX}/man/cat" BINDIR="${PREFIX}/bin" \
DESTDIR="${WRKINST}" BINOWN="root" BINMODE="755"
2000-03-19 18:14:17 +00:00
USE_X11= Yes
post-extract:
@rm -f ${WRKSRC}/obj
1998-05-20 01:17:20 +00:00
.include <bsd.port.mk>