1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/xtl/Makefile
Pav Lucistnik 31fb48d4b5 - Update to 1.4.2
- Take maintainership

PR:		ports/91118
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-31 23:17:40 +00:00

24 lines
457 B
Makefile

# ex:ts=8
# New ports collection makefile for: xtl
# Date created: Sep 1, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xtl
PORTVERSION= 1.4.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= laszlof@vonostingroup.com
COMMENT= A library for R/W structured data to/from an external representation
NO_BUILD= yes
do-install:
${CP} -R ${WRKSRC}/include/* ${PREFIX}/include
.include <bsd.port.mk>