55e4c8e99a
http://www.digidezign.com/~imanager/imanager-2.0.final.imlib.tar.gz: 404 Not Found (Last OK result Mon Aug 28 15:27:03 2000 ) PR: 24156 Submitted by: Joseph Scott <joseph@randomnetworks.com>
27 lines
565 B
Makefile
27 lines
565 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.linuxberg.com/files/kde/graphics/
|
|
DISTNAME= imanager-${PORTVERSION}.final.imlib
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
|
|
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>
|