1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/cervisia/Makefile
Chris D. Faulhaber a2e2b52f21 Update port to 0.5.0
PR:		17002
Submitted by:	Maintainer
2000-02-26 18:56:43 +00:00

25 lines
637 B
Makefile

# New ports collection Makefile for: cervisia
# Version required: 0.5.0
# Date created: 17 Nov 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
DISTNAME= cervisia-0.5.0
CATEGORIES= devel
MASTER_SITES= http://download.sourceforge.net/cervisia/
MAINTAINER= andrews@technologist.com
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase11
USE_QT= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-extra-includes="${LOCALBASE}/include" \
--with-extra-libraries="${LOCALBASE}/lib"
CONFIGURE_ENV+= KDEDIR="${LOCALBASE}"
MAN1= cervisia.1
.include <bsd.port.mk>