2896fa8483
previously used with OBJECT_FMT is not necc. with the revelation that -Wl,-R works. Also fixed alot of PREFIX -> X11BASE typos.
22 lines
509 B
Makefile
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"
|