1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/cervisia/Makefile

27 lines
687 B
Makefile
Raw Normal View History

# 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
PORTVERSION= 0.6.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/cervisia/ \
http://download.sourceforge.net/cervisia/
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase11
MAN1= cervisia.1
USE_QT= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-extra-includes="${LOCALBASE}/include" \
--with-extra-libraries="${LOCALBASE}/lib"
CONFIGURE_ENV+= KDEDIR="${LOCALBASE}"
USE_GMAKE= yes
.include <bsd.port.mk>