pkgsrc/games/imaze/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

22 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.4 1998/08/27 14:06:08 garbled Exp $
DISTNAME= imaze1.3
PKGNAME= imaze-1.3
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
DISTFILES= imaze-sounds.tar imaze1.3.tar.Z
MAINTAINER= root@garbled.net
HOMEPAGE= http://home.tu-clausthal.de/student/iMaze/
EXTRACT_ONLY= imaze1.3.tar.Z
WRKSRC= ${WRKDIR}/imaze
USE_MOTIF= yes
USE_X11= yes
post-build:
cd ${WRKSRC} && /bin/pax -rf ${DISTDIR}/imaze-sounds.tar
.include "../../mk/bsd.pkg.mk"