1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/imanager/Makefile
Ade Lovett bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00

26 lines
512 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
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.linuxberg.com/files/kde/graphics/
DISTNAME= imanager-${PORTVERSION}.final.imlib
MAINTAINER= ports@freebsd.org
USE_IMLIB= yes
USE_KDELIBS_VER=1
HAS_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV+= KDEDIR="${LOCALBASE}"
MAKE_ENV+= KDEDIR="${LOCALBASE}"
.include <bsd.port.mk>