1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/games/wmtimebomb/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

30 lines
731 B
Makefile

# New ports collection makefile for: wmtimebomb
# Date created: 10 August 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= wmtimebomb
PORTVERSION= 0.2.0
CATEGORIES= games windowmaker
MASTER_SITES= ftp://ftp.netmug.org/pub/FreeBSD/distfiles/
DISTNAME= wmtimebomb.20
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
wraster.3:${PORTSDIR}/x11-wm/windowmaker
WRKSRC= ${WRKDIR}/wmtimebomb.app
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
post-patch:
@${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Imakefile
post-install:
@${MKDIR} ${PREFIX}/lib/X11/wmtimebomb
${INSTALL_DATA} ${WRKSRC}/example.modefile ${PREFIX}/lib/X11/wmtimebomb
.include <bsd.port.mk>