2000-02-12 21:52:59 +00:00
|
|
|
# New ports collection Makefile for: cervisia
|
|
|
|
# Date created: 17 Nov 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= cervisia
|
2000-05-19 23:50:15 +00:00
|
|
|
PORTVERSION= 0.6.0
|
2000-02-12 21:52:59 +00:00
|
|
|
CATEGORIES= devel
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-02-12 21:52:59 +00:00
|
|
|
|
2000-03-22 01:59:41 +00:00
|
|
|
MAINTAINER= will@FreeBSD.org
|
2000-02-12 21:52:59 +00:00
|
|
|
|
2000-02-25 17:23:15 +00:00
|
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
|
2000-02-12 21:52:59 +00:00
|
|
|
RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase11
|
|
|
|
|
2000-05-19 23:50:15 +00:00
|
|
|
MAN1= cervisia.1
|
2000-02-24 16:06:07 +00:00
|
|
|
USE_QT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2000-02-26 18:56:43 +00:00
|
|
|
CONFIGURE_ARGS+=--with-extra-includes="${LOCALBASE}/include" \
|
2000-02-12 21:52:59 +00:00
|
|
|
--with-extra-libraries="${LOCALBASE}/lib"
|
2000-02-26 18:56:43 +00:00
|
|
|
CONFIGURE_ENV+= KDEDIR="${LOCALBASE}"
|
2000-05-19 23:50:15 +00:00
|
|
|
USE_GMAKE= yes
|
2000-02-12 21:52:59 +00:00
|
|
|
|
2000-02-24 16:06:07 +00:00
|
|
|
.include <bsd.port.mk>
|