1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/dontspace/Makefile
Pawel Pekala 4d61f2c615 - Add staging support
- Remove leading article from COMMENT
2014-04-12 08:05:13 +00:00

23 lines
513 B
Makefile

# Created by: johnh@isi.edu
# $FreeBSD$
PORTNAME= dontspace
PORTVERSION= 1.2
PORTREVISION= 3
CATEGORIES= games tk
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
MAINTAINER= ports@FreeBSD.org
COMMENT= Solitaire game for X11 modeled after Free Space
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games
CONFIGURE_ENV= WISHX=${WISH}
USES+= tk
post-patch:
@${REINPLACE_CMD} -E 's,(BIN|LIB|MAN)DIR),DESTDIR)$$(&,g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>