freebsd-ports/devel/xtl/Makefile
Ying-Chieh Liao c0aa94104d add xtl
A library for R/W structured data to/from an external representation
2001-09-02 06:20:22 +00:00

22 lines
340 B
Makefile

# ex:ts=8
# New ports collection makefile for: xtl
# Date created: Sep 1, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xtl
PORTVERSION= 1.4.1
CATEGORIES= devel
MASTER_SITES= http://xtl.sourceforge.net/
MAINTAINER= ports@FreeBSD.org
NO_BUILD= yes
do-install:
${CP} -R ${WRKSRC}/include/* ${PREFIX}/include
.include <bsd.port.mk>