freebsd-ports/games/xtic/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

26 lines
483 B
Makefile

# New ports collection makefile for: xtic
# Date created: 22 June 1995
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= xtic
PORTVERSION= 1.12
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
USE_IMAKE= yes
USE_XPM= yes
MAN1= xtic.1
post-patch:
@${REINPLACE_CMD} -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/configure.h
.include <bsd.port.mk>