2000-03-21 01:22:18 +00:00
|
|
|
# New ports collection makefile for: imanager
|
|
|
|
# Date created: 18 March 2000
|
|
|
|
# Whom: Cliff Rowley <dozprompt@onsea.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= imanager
|
|
|
|
PORTVERSION= 2.0
|
2000-03-21 01:22:18 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.digidezign.com/~imanager/
|
2000-04-14 10:48:02 +00:00
|
|
|
DISTNAME= imanager-${PORTVERSION}.final.imlib
|
2000-03-21 01:22:18 +00:00
|
|
|
|
|
|
|
MAINTAINER= dozprompt@onsea.com
|
|
|
|
|
|
|
|
LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib \
|
|
|
|
kdecore.3:${PORTSDIR}/x11/kdelibs11
|
|
|
|
|
|
|
|
USE_QT= yes
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ENV+= KDEDIR="${LOCALBASE}"
|
|
|
|
MAKE_ENV+= KDEDIR="${LOCALBASE}"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|