1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/editors/kxmleditor/Makefile
Kevin Lo 77f3a7b90a Initial import of kxmleditor-0.4
KXML editor is a program that displays contents of XML file.
2001-07-14 18:01:50 +00:00

25 lines
522 B
Makefile

# New ports collection makefile for: kxmleditor
# Date created: 15 July 2001
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kxmleditor
PORTVERSION= 0.4
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= kevlo@FreeBSD.org
GNU_CONFIGURE= yes
USE_KDELIBS_VER=2
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="moc2" KDEDIR="${LOCALBASE}"
CONFIGURE_ARGS+= --with-qt-includes=${X11BASE}/include/qt2 \
--with-qt-libraries=${X11BASE}/lib
.include <bsd.port.mk>