pkgsrc/games/xevil/Makefile
garbled 2896fa8483 Remove a ton of cruft relating to ELF building of pkgs. The trick I had
previously used with OBJECT_FMT is not necc. with the revelation that
-Wl,-R works.  Also fixed alot of PREFIX -> X11BASE typos.
1998-08-27 14:06:07 +00:00

19 lines
436 B
Makefile

# $NetBSD: Makefile,v 1.3 1998/08/27 14:06:08 garbled Exp $
DISTNAME= xevil1.5.1e
PKGNAME= xevil-1.5.1e
CATEGORIES= games x11
MASTER_SITES= ftp://ftp.xevil.com/xevil1.5.1e/
EXTRACT_SUFX= .tar.Z
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.xevil.com/
NO_WRKSUBDIR= yes
MAKE_ENV= HOSTTYPE="netbsd" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_MAN="${INSTALL_MAN}"
USE_X11= yes
.include "../../mk/bsd.pkg.mk"