aboutsummaryrefslogtreecommitdiffstats
path: root/x11/3ddesktop/Makefile
blob: a3a3f06cdb452325b29e286ced83e4b1c5134cfe (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
# New ports collection makefile for:    3ddesktop
# Date created:             12 June 2003
# Whom:                 Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=       3ddesktop
PORTVERSION=        0.2.5
PORTREVISION=       1
CATEGORIES=     x11
MASTER_SITES=       ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= desk3d

MAINTAINER=     ports@FreeBSD.org
COMMENT=        3D Virtual Desktop Switcher

LIB_DEPENDS=        Imlib2.2:${PORTSDIR}/graphics/imlib2
    
USE_X_PREFIX=       yes
GNU_CONFIGURE=      yes
USE_GETOPT_LONG=    yes

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

.include <bsd.port.mk>