blob: 4caed9bb01de0d1d24ffa65e313df85550469b0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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>
|