blob: 7b907fff8f1387a6a63cf85cbc3dda0d821c115f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: wmtunlo
# Date created: 27 July 2002
# Whom: 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= A 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>
|