mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
989eb9a1c9
Shaffner <jeremy@external.org>.
26 lines
520 B
Makefile
26 lines
520 B
Makefile
# New ports collection makefile for: Quanta+
|
|
# Date created: 19 May 2000
|
|
# Whom: Will Andrews <will@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= quanta
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= www kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= jeremy@external.org
|
|
|
|
LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11/
|
|
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext/
|
|
|
|
USE_BZIP2= yes
|
|
USE_QT= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|