1d1ccf668e
string was taken from the author's description. Prompted by: fenner's portsurvey (the old version didn't fetch)
26 lines
533 B
Makefile
26 lines
533 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.3
|
|
CATEGORIES= misc windowmaker
|
|
MASTER_SITES= http://clay.ll.pl/download/
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
COMMENT= A falling-down-a-tunnel dockapp
|
|
|
|
USE_X_PREFIX= yes
|
|
ALL_TARGET= wmtunlo
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/wmtunlo ${PREFIX}/bin
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/examples/* \
|
|
${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|