mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
a384ca680e
- Remove dead WWW
29 lines
644 B
Makefile
29 lines
644 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= 1
|
|
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_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
|
|
post-install:
|
|
@${ECHO} "===> Run 'wmtictactoe --help' for the available options"
|
|
|
|
.include <bsd.port.mk>
|