2000-02-12 22:52:59 +01:00
|
|
|
# New ports collection Makefile for: cervisia
|
|
|
|
# Version required: 0.2.1
|
|
|
|
# Date created: 17 Nov 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
DISTNAME= cervisia-0.2.1
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ftp://ftp.kde.org/pub/kde/unstable/apps/utils/
|
|
|
|
|
|
|
|
MAINTAINER= andrews@technologist.com
|
|
|
|
|
|
|
|
RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase11
|
|
|
|
|
2000-02-24 17:06:07 +01:00
|
|
|
USE_QT= yes
|
2000-02-12 22:52:59 +01:00
|
|
|
USE_X_PREFIX= yes
|
2000-02-24 17:06:07 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-extra-includes="${LOCALBASE}/include" \
|
2000-02-12 22:52:59 +01:00
|
|
|
--with-extra-libraries="${LOCALBASE}/lib"
|
2000-02-24 17:06:07 +01:00
|
|
|
CONFIGURE_ENV= prefix="${PREFIX}" KDEDIR="${LOCALBASE}"
|
2000-02-12 22:52:59 +01:00
|
|
|
|
|
|
|
MAN1= cervisia.1
|
|
|
|
|
2000-02-24 17:06:07 +01:00
|
|
|
.include <bsd.port.mk>
|