summaryrefslogtreecommitdiff
path: root/x11/idesk/Makefile
blob: 112ab8a430a72e02fa928a653ea07bb1fc353afc (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
# New ports collection makefile for:	idesk
# Date created:		16 February 2003
# Whom:			Sascha Holzleiter <sascha@root-login.org>
#
# $FreeBSD$
#

PORTNAME=	idesk
PORTVERSION=	0.3.5
CATEGORIES=	x11
MASTER_SITES=	http://linuxhelp.hn.org/ \
		ftp://sunsite.informatik.rwth-aachen.de/pub/comp/Linux/gentoo/distfiles/ \
		ftp://metalab.unc.edu/pub/Linux/distributions/gentoo/distfiles/

MAINTAINER=	sascha@root-login.org
COMMENT=	Place launch icons directly on your desktop

LIB_DEPENDS=	Xft.2:${PORTSDIR}/x11-fonts/Xft

USE_X_PREFIX=	yes
USE_GMAKE=	yes
USE_GNOME=	imlib

CXXFLAGS+=	`imlib-config --cflags` `freetype-config --cflags`
MAKE_ARGS=	cc="${CXX}" cflags="${CXXFLAGS}"

do-install:
		${INSTALL_PROGRAM} ${WRKSRC}/idesk ${PREFIX}/bin
.if !defined(NOPORTDOCS)
		${MKDIR} ${DOCSDIR}
		${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
		@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>