mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
4d61f2c615
- Remove leading article from COMMENT
23 lines
513 B
Makefile
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>
|