1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/misc/wmtunlo/Makefile
2002-10-18 07:58:00 +00:00

34 lines
680 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
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>