freebsd-ports/graphics/imanager/Makefile
Bill Fenner 3570a03bf0 MAINTAINER email address is no longer valid. Hopefully he will submit
a PR with the new one.

Submitted by:	auto-reply from MAINTAINER's old address
2000-12-22 17:01:40 +00:00

25 lines
526 B
Makefile

# New ports collection makefile for: imanager
# Date created: 18 March 2000
# Whom: Cliff Rowley <dozprompt@onsea.com>
#
# $FreeBSD$
#
PORTNAME= imanager
PORTVERSION= 2.0
CATEGORIES= graphics
MASTER_SITES= http://www.digidezign.com/~imanager/
DISTNAME= imanager-${PORTVERSION}.final.imlib
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>