aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/wmconfig/Makefile
blob: a2070b0cfd9b9c4847d56f7d34162fa8bcb23480 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    wmconfig
# Whom:                 Tommy Scheunemann <net@arrishq.org>
# Date created:     17 August 2003
#
# $FreeBSD$
#

PORTNAME=   wmconfig
PORTVERSION=    1.2.0
CATEGORIES= x11-wm
MASTER_SITES=   http://www.arrishq.net/downloads/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Menu generation tool for X window managers

USE_BZIP2=  yes
USE_GETOPT_LONG=    yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

MAN1=       wmconfig.1x

PORTDOCS=   AUTHORS NEWS README TODO

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>