blob: 953b38fe047cbff426dafd2ac5157e7a0dcc4568 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|