22 lines
452 B
Makefile
22 lines
452 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@FreeBSD.org
|
|
|
|
USE_KDELIBS_VER=1
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
.include <bsd.port.mk>
|