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)
27 lines
627 B
Makefile
27 lines
627 B
Makefile
# New ports collection makefile for: wmtictactoe
|
|
# Date created: 28 Apr 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmtictactoe
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= games windowmaker afterstep
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= jim
|
|
DISTNAME= wmtictactoe-1.1-1
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A dockable TicTacToe game for WindowMaker and AfterStep
|
|
|
|
PLIST_FILES= bin/wmtictactoe
|
|
USE_GMAKE= yes
|
|
WRKSRC= ${WRKDIR}/wmtictactoe.app/wmtictactoe
|
|
USE_XORG= xpm
|
|
|
|
post-install:
|
|
@${ECHO} "===> Run 'wmtictactoe --help' for the available options"
|
|
|
|
.include <bsd.port.mk>
|