mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
497 B
Makefile
24 lines
497 B
Makefile
# New ports collection makefile for: klyx
|
|
# Date created: 23 May 1998
|
|
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= klyx
|
|
PORTVERSION= 0.10.0
|
|
CATEGORIES= print kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= unstable/apps/office
|
|
|
|
MAINTAINER= tom@eborcom.com
|
|
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
|
|
|
|
USE_QT= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
.include <bsd.port.mk>
|