1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/awele/Makefile
Dmitry Marakasov 33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00

37 lines
766 B
Makefile

# New ports collection makefile for: awele
# Date created: 01 May 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $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
DISTFILES= ${PORTNAME}1.0.tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= An african board game
USE_TCL_BUILD= 84
USE_TK_BUILD= ${USE_TCL_BUILD}
WRKSRC= ${WRKDIR}/awele
USE_IMAKE= yes
USE_XORG= x11
MAN6= xawele.6
PLIST_FILES= bin/awelewish bin/xawele
post-patch:
${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>