mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
8d650c58de
PR: 53505 Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
38 lines
842 B
Makefile
38 lines
842 B
Makefile
# New ports collection makefile for: idesk
|
|
# Date created: 16 February 2003
|
|
# Whom: Sascha Holzleiter <sascha@root-login.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= idesk
|
|
PORTVERSION= 0.5.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://idesk.timmfin.net/releases/ \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MAINTAINER= sascha@root-login.org
|
|
COMMENT= Place launch icons directly on your desktop
|
|
|
|
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft \
|
|
rsvg-2.4:${PORTSDIR}/graphics/librsvg2
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= imlib
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
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>
|