2000-05-20 03:54:48 +00:00
|
|
|
# New ports collection makefile for: Quanta+
|
|
|
|
# Date created: 19 May 2000
|
|
|
|
# Whom: Will Andrews <will@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= quanta
|
|
|
|
PORTVERSION= 1.0.2
|
|
|
|
CATEGORIES= www kde
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-05-20 03:54:48 +00:00
|
|
|
|
|
|
|
MAINTAINER= will@FreeBSD.org
|
|
|
|
|
|
|
|
LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11/
|
2000-05-29 02:53:43 +00:00
|
|
|
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext/
|
2000-05-20 03:54:48 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_QT= yes
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|