freebsd-ports/misc/wmtunlo/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

34 lines
729 B
Makefile

# New ports collection makefile for: wmtunlo
# Date created: 27 July 2002
# Whom: Adam Weinberger <adam@vectors.cx>
#
# $FreeBSD$
#
PORTNAME= wmtunlo
PORTVERSION= 0.1.1
CATEGORIES= misc windowmaker
MASTER_SITES= http://clay.ll.pl/download/
MAINTAINER= adamw@FreeBSD.org
COMMENT= A bo(O)oooring 2d tunnel in wmaker dock
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_XPM= yes
post-patch:
.for i in 1 2 3 4 5
@${REINPLACE_CMD} -e 's|./wmtunlo|${PREFIX}/bin/wmtunlo|g' \
${WRKSRC}/example${i}
.endfor
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wmtunlo ${PREFIX}/bin
@${MKDIR} ${EXAMPLESDIR}
.for i in 1 2 3 4 5
@${INSTALL_SCRIPT} ${WRKSRC}/example${i} \
${EXAMPLESDIR}/wmtunlo.example${i}
.endfor
.include <bsd.port.mk>