blob: cf40f66b95f12c801c9839cd1a70b7fa39e6e284 (
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
|
# 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@FreeBSD.org
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>
|