1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11-wm/wmconfig/Makefile
Pav Lucistnik f64d1948ab - Update to 1.2.2
PR:		ports/72158
Submitted by:	Tommy Scheunemann <net@arrishq.net>
2004-10-11 23:34:44 +00:00

36 lines
740 B
Makefile

# New ports collection makefile for: wmconfig
# Whom: Tommy Scheunemann <net@arrishq.org>
# Date created: 17 August 2003
#
# $FreeBSD$
#
PORTNAME= wmconfig
PORTVERSION= 1.2.2
CATEGORIES= x11-wm
MASTER_SITES= http://www.arrishq.net/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Menu generation tool for X window managers
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
USE_BZIP2= yes
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= wmconfig.1x
PORTDOCS= AUTHORS ChangeLog COPYING README TODO
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>