freebsd-ports/games/xtic/Makefile

22 lines
432 B
Makefile
Raw Normal View History

# Created by: asami
1999-08-25 08:06:33 +02:00
# $FreeBSD$
PORTNAME= xtic
PORTVERSION= 1.12
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= XCONTRIB/games
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= X version of a simple but tricky board game
USES= imake
USE_XORG= xaw
2013-11-16 02:15:11 +01:00
PLIST_FILES= bin/xtic man/man1/xtic.1.gz
post-patch:
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure.h
.include <bsd.port.mk>