freebsd-ports/games/awele/Makefile

37 lines
766 B
Makefile
Raw Normal View History

# New ports collection makefile for: awele
# Date created: 01 May 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
#
PORTNAME= awele
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= games tk
MASTER_SITES= http://www-air.inria.fr/ftp/Jean-Paul/ \
${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
2000-04-16 12:44:52 +02:00
DISTFILES= ${PORTNAME}1.0.tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= An african board game
2007-03-21 22:51:48 +01:00
USE_TCL_BUILD= 84
2007-03-26 17:51:11 +02:00
USE_TK_BUILD= ${USE_TCL_BUILD}
2000-04-16 12:44:52 +02:00
WRKSRC= ${WRKDIR}/awele
USE_IMAKE= yes
USE_XORG= x11
MAN6= xawele.6
PLIST_FILES= bin/awelewish bin/xawele
post-patch:
2007-03-26 17:51:11 +02:00
${REINPLACE_CMD} -e "s|\@\@LOCALBASE\@\@|${LOCALBASE}|g;" ${WRKSRC}/Imakefile
post-install:
@${ECHO_CMD} ""
@${ECHO_CMD} "Use xawele to start awele"
@${ECHO_CMD} ""
.include <bsd.port.mk>