aboutsummaryrefslogtreecommitdiff
path: root/games/imaze/Makefile
blob: 3a96785f7567acaaf22375400b41a21caf52c902 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    imaze
# Version required:	1.3
# Date created:         27. April 1996
# Whom:                 Ronald Kuehn <kuehn@rz.tu-clausthal.de>
#
#

DISTNAME=       imaze
PKGNAME=	imaze-1.3
CATEGORIES=	games
MASTER_SITES=	ftp://ftp.tu-clausthal.de/pub/unix/games/imaze/ \
		ftp://ftp.tu-clausthal.de/pub/unix/games/imaze/sounds/
DISTFILES=	imaze1.3.tar.Z imaze.tar

MAINTAINER=	kuehn@rz.tu-clausthal.de

.if defined(HAVE_MOTIF) && !defined(PACKAGE_BUILDING)
MAKE_ENV+=	FORCE_MOTIF=yes
.else
LIB_DEPENDS=	xview\\.3\\.2:${PORTSDIR}/x11/xview-lib
.endif

EXTRACT_ONLY=	imaze1.3.tar.Z
USE_X11=	yes

post-extract:
	@${CP} ${FILESDIR}/Makefile ${WRKDIR}/imaze/Makefile
	@tar xf ${DISTDIR}/imaze.tar -C ${WRKDIR}/imaze

.include <bsd.port.mk>