3e4ed01146
- 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)
30 lines
527 B
Makefile
30 lines
527 B
Makefile
# New ports collection makefile for: xtrojka
|
|
# Date created: 22 march 2000
|
|
# Whom: Edwin Mons
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xtrojka
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.funet.fi/pub/unix/games/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= e@ik.nu
|
|
COMMENT= Game of skill similar to T*tris
|
|
|
|
USE_XORG= x11 xt xproto xaw
|
|
WRKSRC= ${WRKDIR}
|
|
MAN6= xtrojka.6
|
|
MANCOMPRESSED= yes
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/share/xtrojka
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${PREFIX}/bin/xtrojka
|
|
|
|
.include <bsd.port.mk>
|