2000-02-12 21:52:59 +00:00
|
|
|
# New ports collection Makefile for: cervisia
|
2000-02-26 18:56:43 +00:00
|
|
|
# Version required: 0.5.0
|
2000-02-12 21:52:59 +00:00
|
|
|
# Date created: 17 Nov 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-02-26 18:56:43 +00:00
|
|
|
DISTNAME= cervisia-0.5.0
|
2000-02-12 21:52:59 +00:00
|
|
|
CATEGORIES= devel
|
2000-02-26 18:56:43 +00:00
|
|
|
MASTER_SITES= http://download.sourceforge.net/cervisia/
|
2000-02-12 21:52:59 +00:00
|
|
|
|
|
|
|
MAINTAINER= andrews@technologist.com
|
|
|
|
|
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-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-02-12 21:52:59 +00:00
|
|
|
MAN1= cervisia.1
|
|
|
|
|
2000-02-24 16:06:07 +00:00
|
|
|
.include <bsd.port.mk>
|