1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/games/imaze/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

32 lines
824 B
Makefile

# New ports collection makefile for: imaze
# Version required: 1.3
# Date created: 27. April 1996
# Whom: Ronald Kuehn <kuehn@rz.tu-clausthal.de>
#
# $Id: Makefile,v 1.8 1996/12/19 05:10:13 asami Exp $
#
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_X_PREFIX= yes
post-extract:
@${CP} ${FILESDIR}/Makefile ${WRKDIR}/imaze/Makefile
@tar xf ${DISTDIR}/imaze.tar -C ${WRKDIR}/imaze
.include <bsd.port.mk>