2004-01-03 08:37:48 +01:00
|
|
|
# New ports collection makefile for: wmconfig
|
|
|
|
# Whom: Tommy Scheunemann <net@arrishq.org>
|
|
|
|
# Date created: 17 August 2003
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmconfig
|
2009-01-21 14:24:34 +01:00
|
|
|
PORTVERSION= 1.2.9
|
2004-01-03 08:37:48 +01:00
|
|
|
CATEGORIES= x11-wm
|
2004-06-22 22:07:48 +02:00
|
|
|
MASTER_SITES= http://www.arrishq.net/downloads/
|
2004-01-03 08:37:48 +01:00
|
|
|
|
2004-03-13 07:11:30 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-01-03 08:37:48 +01:00
|
|
|
COMMENT= Menu generation tool for X window managers
|
|
|
|
|
2004-06-26 17:46:35 +02:00
|
|
|
USE_BZIP2= yes
|
2004-02-20 17:58:57 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-01-03 08:37:48 +01:00
|
|
|
|
2004-06-26 17:46:35 +02:00
|
|
|
MAN1= wmconfig.1x
|
2004-01-03 08:37:48 +01:00
|
|
|
|
2004-08-09 19:51:39 +02:00
|
|
|
PORTDOCS= AUTHORS ChangeLog COPYING README TODO
|
2004-06-22 22:07:48 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2004-06-26 17:46:35 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-06-22 22:07:48 +02:00
|
|
|
.for i in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2004-01-03 08:37:48 +01:00
|
|
|
|
2004-03-13 21:14:43 +01:00
|
|
|
.include <bsd.port.mk>
|