mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
27 lines
549 B
Makefile
27 lines
549 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= 1
|
|
CATEGORIES= misc windowmaker
|
|
MASTER_SITES= http://clay.ll.pl/download/
|
|
|
|
MAINTAINER= ports@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>
|