1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/games/xtic/Makefile
2021-04-06 16:31:07 +02:00

23 lines
471 B
Makefile

# Created by: asami
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 xorg
USE_XORG= ice sm x11 xaw xext xmu xpm xt
CFLAGS+= -fcommon
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>