mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
d044f8fb8a
- WWW is just a link collection site now - obey EXAMPLESDIR and NOPORTEXAMPLES Submitted by: QAT
30 lines
640 B
Makefile
30 lines
640 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
|
|
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>
|