blob: 8b91570229b1a6a81b31937934a0a22aa56b2a65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# ex:ts=8
# New ports collection makefile for: LeoArg
# Date created: Jun 19, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= leoarg
PORTVERSION= 2.2.2
CATEGORIES= devel
MASTER_SITES= http://members.chello.at/oberzalek/development/
DISTNAME= LeoArg-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
MAN3= LeoArg.3 LeoArg__InvalidOption.3 LeoArg__InvalidSetting.3 \
LeoArg__Option.3 LeoArg__Setting.3 LeoArg_cpp.3 LeoArg_hh.3 \
StringUtils_cpp.3 StringUtils_hh.3 namespace_StringUtils.3
.include <bsd.port.mk>
|