freebsd-ports/games/dontspace/Makefile

24 lines
623 B
Makefile
Raw Normal View History

# New ports collection makefile for: dontspace
# Version required: 1.2
# Date created: 26-Apr-97
# Whom: johnh@isi.edu
#
1999-05-09 05:01:25 +02:00
# $Id: Makefile,v 1.5 1998/08/07 23:56:20 asami Exp $
#
DISTNAME= dontspace-1.2
1999-05-09 05:01:25 +02:00
CATEGORIES= games tk80
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
MAINTAINER= johnh@isi.edu
1999-05-09 05:01:25 +02:00
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \
--mandir=${PREFIX}/man
1999-05-09 05:01:25 +02:00
CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.0
MAN6= dontspace.6
.include <bsd.port.mk>