1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/misc/wmtunlo/Makefile
Patrick Li e391fbaf7c Add new port wmtunlo: A dockapp that displays a zooming 2D tunnel
PR:		ports/41223
Submitted by:	Adam Weinberger <adam@vectors.cx>
2002-08-05 21:47:10 +00:00

34 lines
678 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= adam@vectors.cx
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>