aboutsummaryrefslogtreecommitdiffstats
path: root/net/scli/Makefile
blob: 30e33660c889f72c813f23144358d88136332b58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    scli
# Date created:     10 September 2001
# Whom:         Michael Lyngbøl <lyngbol@wheel.dk>
#
# $FreeBSD$
#

PORTNAME=   scli
PORTVERSION=    0.2.4
CATEGORIES= net
MASTER_SITES=   ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PORTNAME}/

MAINTAINER= lyngbol@wheel.dk

BROKEN=     "Cannot find libxml2 dependency"

LIB_DEPENDS=    xml2:${PORTSDIR}/textproc/libxml2

GNU_CONFIGURE=  yes
USE_GLIB=   yes

MAN1=       scli.1

.include <bsd.port.mk>