freebsd-ports/misc/wmtunlo/Makefile
Adam Weinberger 1d1ccf668e Update to 0.1.3, and change that horrible COMMENT= string. FWIW, that
string was taken from the author's description.

Prompted by:	fenner's portsurvey (the old version didn't fetch)
2003-11-07 21:12:44 +00:00

25 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>