blob: ab544b303c82a352e2d6bcffaa80c85c1cfe26dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.6 1999/04/15 20:39:42 tron Exp $
DISTNAME= imaze1.3
PKGNAME= imaze-1.3
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=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_X11BASE= yes
post-build:
cd ${WRKSRC} && /bin/pax -rf ${DISTDIR}/imaze-sounds.tar
.include "../../mk/bsd.pkg.mk"
|