2013-06-28 23:48:59 +02:00
|
|
|
# Created by: asami
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1995-06-23 06:35:56 +02:00
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= xtic
|
|
|
|
PORTVERSION= 1.12
|
2009-01-23 17:28:36 +01:00
|
|
|
PORTREVISION= 2
|
1996-11-18 10:56:45 +01:00
|
|
|
CATEGORIES= games
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= XCONTRIB/games
|
2000-04-14 14:28:40 +02:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
1995-06-23 06:35:56 +02:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-06-28 23:48:59 +02:00
|
|
|
COMMENT= X version of a simple but tricky board game
|
1995-06-23 06:35:56 +02:00
|
|
|
|
2013-06-28 23:48:59 +02:00
|
|
|
USES= imake
|
2008-07-22 22:10:21 +02:00
|
|
|
USE_XORG= xaw
|
2013-11-16 02:15:11 +01:00
|
|
|
PLIST_FILES= bin/xtic man/man1/xtic.1.gz
|
1995-06-23 06:35:56 +02:00
|
|
|
|
2000-09-05 03:16:26 +02:00
|
|
|
post-patch:
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure.h
|
2000-09-05 03:16:26 +02:00
|
|
|
|
1995-06-23 06:35:56 +02:00
|
|
|
.include <bsd.port.mk>
|