mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
02c5b6c7c6
as the days of the former are numbered. Reviewed by: asami
27 lines
616 B
Makefile
27 lines
616 B
Makefile
# New ports collection makefile for: wmtictactoe
|
|
# Version required: 1.1-1
|
|
# Date created: 28 Apr 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= wmtictactoe-1.1-1
|
|
PKGNAME= wmtictactoe-1.1
|
|
CATEGORIES= games windowmaker afterstep
|
|
MASTER_SITES= http://atlas.ucpel.tche.br/~acamargo/ \
|
|
http://people.FreeBSD.org/~jim/distfiles/
|
|
|
|
MAINTAINER= jim@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_GMAKE= yes
|
|
WRKSRC= ${WRKDIR}/wmtictactoe.app/wmtictactoe
|
|
USE_X_PREFIX= yes
|
|
|
|
post-install:
|
|
@${ECHO} "===> Run 'wmtictactoe --help' for the available options"
|
|
|
|
.include <bsd.port.mk>
|