1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/misc/wmtunlo/Makefile
Eitan Adler fbc06e4df6 Cleanup unmaintained ports in the misc category:
- Single space for WWW in pkg-descr
	- Ordering if of items in Makefile
	- Trim headers
	- Comment should not begin with leading article
	- Pet portlint
2013-03-25 18:44:20 +00:00

26 lines
561 B
Makefile

# Created by: Adam Weinberger <adam@vectors.cx>
# $FreeBSD$
PORTNAME= wmtunlo
PORTVERSION= 0.1.3
PORTREVISION= 2
CATEGORIES= misc windowmaker
MASTER_SITES= http://www.gnu-darwin.org/distfiles/ \
http://cvsup.theplanet.com/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Falling-down-a-tunnel dockapp
USE_XORG= x11 xpm xextproto
ALL_TARGET= wmtunlo
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wmtunlo ${PREFIX}/bin
.ifndef NOPORTEXAMPLES
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_SCRIPT} ${WRKSRC}/examples/* \
${EXAMPLESDIR}
.endif
.include <bsd.port.mk>