1PORTNAME= xtic 2PORTVERSION= 1.12 3CATEGORIES= games 4MASTER_SITES= XCONTRIB/games 5DISTNAME= ${PORTNAME}${PORTVERSION} 6 7MAINTAINER= ports@MidnightBSd.org 8COMMENT= X version of a simple but tricky board game 9 10LICENSE= other 11 12USES= imake xorg 13USE_XORG= ice sm x11 xaw xext xmu xpm xt 14CFLAGS+= -fcommon 15 16PLIST_FILES= bin/xtic share/man/man1/xtic.1.gz 17 18post-patch: 19 @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure.h 20 21.include <bsd.port.mk> 22