2013-01-27 23:57:09 +01:00
|
|
|
# Created by: Tommy Scheunemann <net@arrishq.org>
|
2004-01-03 08:37:48 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= wmconfig
|
2013-01-27 23:57:09 +01:00
|
|
|
PORTVERSION= 1.3.7
|
2004-01-03 08:37:48 +01:00
|
|
|
CATEGORIES= x11-wm
|
2010-12-27 16:41:28 +01:00
|
|
|
MASTER_SITES= http://www.arrishq.net/files/
|
2004-01-03 08:37:48 +01:00
|
|
|
|
2010-04-16 13:14:40 +02:00
|
|
|
MAINTAINER= net@arrishq.net
|
2004-01-03 08:37:48 +01:00
|
|
|
COMMENT= Menu generation tool for X window managers
|
|
|
|
|
2010-12-27 16:41:28 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
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>
|