aboutsummaryrefslogtreecommitdiffstats
path: root/x11/vdesk/Makefile
blob: 6557fafefc98bf76e44cbb5e17796fe08a3e08b3 (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
34
35
36
37
38
39
40
41
# New ports collection makefile for:    vdesk
# Date created:             2002-05-13
# Whom:                 trevor
#
# $FreeBSD$
#

PORTNAME=   vdesk
PORTVERSION=    1.2
PORTREVISION=   3
CATEGORIES= x11
MASTER_SITES=   http://offog.org/files/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Command-line utility for setting up and using virtual desktops

DOCS=       AUTHORS COPYING ChangeLog INSTALL NEWS README
PLIST_DIRS= share/doc/vdesk
PLIST_FILES=    bin/vdesk
.if !defined(NOPORTDOCS)
.for ii in ${DOCS}
PLIST_FILES+=   share/doc/vdesk/${ii}
.endfor
.endif
USE_AUTOTOOLS=  autoconf
USE_XORG=   x11

post-extract:
# Avoid having to read this lengthy file.
    ${RM} ${WRKSRC}/configure

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/vdesk ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for ii in ${DOCS}
    ${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>