f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
34 lines
680 B
Makefile
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>
|