freebsd-ports/games/xbill/Makefile

55 lines
1.1 KiB
Makefile
Raw Normal View History

2019-04-09 14:42:38 -04:00
# Created by: asami
# $FreeBSD$
PORTNAME= xbill
PORTVERSION= 2.1
PORTREVISION= 11
2019-04-09 14:42:38 -04:00
CATEGORIES= games
MASTER_SITES= http://www.xbill.org/download/
MAINTAINER= ak@FreeBSD.org
COMMENT= Save your computers from the evil clutches of Bill
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${SCORES_DIR} --disable-gtk
SCORES_DIR?= ${DATADIR}/scores
DESKTOP_ENTRIES="xBill" \
"Save your computers from the evil clutches of Bill" \
"${DATADIR}/pixmaps/icon.xpm" \
"xbill" \
"Game;ArcadeGame;" \
false
PLIST_FILES= bin/${PORTNAME} \
man/man6/${PORTNAME}.6.gz
PORTDATA= *
USES= xorg
2019-04-09 14:42:38 -04:00
USE_XORG= xt x11 sm ice xpm
OPTIONS_SINGLE= WIDGETSET
OPTIONS_SINGLE_WIDGETSET= ATHENA MOTIF
OPTIONS_DEFAULT= ATHENA
ATHENA_DESC= Athena widget set
MOTIF_DESC= Motif widget set
ATHENA_CONFIGURE_ON= --disable-motif
ATHENA_USES= xorg
2019-04-09 14:42:38 -04:00
ATHENA_USE= xorg=xaw,xmu
MOTIF_CONFIGURE_ON= --disable-athena
2019-04-09 14:42:38 -04:00
MOTIF_USES= motif
post-patch:
2019-04-12 03:12:48 -04:00
@${REINPLACE_CMD} -e '/WIDGET_LIBS=/ s|-lXt|-lXt -lXpm|' \
2019-04-09 14:42:38 -04:00
${WRKSRC}/configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xbill
.include <bsd.port.mk>