blob: a1ed40e3e28fabe04c92b68f940d42f4318864e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: kxmleditor
# Date created: 15 July 2001
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kxmleditor
PORTVERSION= 0.7.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= kevlo@FreeBSD.org
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|