mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
fbc06e4df6
- Single space for WWW in pkg-descr - Ordering if of items in Makefile - Trim headers - Comment should not begin with leading article - Pet portlint
26 lines
561 B
Makefile
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>
|