freebsd-ports/games/dontspace/Makefile

24 lines
560 B
Makefile
Raw Normal View History

# New ports collection makefile for: dontspace
# Date created: 26-Apr-97
# Whom: johnh@isi.edu
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
#
2000-04-14 08:43:02 +02:00
PORTNAME= dontspace
PORTVERSION= 1.2
CATEGORIES= games tk82
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
MAINTAINER= johnh@isi.edu
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \
--mandir=${PREFIX}/man
CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.2
MAN6= dontspace.6
.include <bsd.port.mk>