mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
30 lines
731 B
Makefile
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>
|