aboutsummaryrefslogtreecommitdiffstats
path: root/devel/xparam/Makefile
blob: 5f86b5c107a09dec200c57660ee08b4a48250c2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: ijliao
# $FreeBSD$

PORTNAME=   xparam
PORTVERSION=    1.22
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    General-purpose tool for parameter handling in C++

LICENSE=    GPLv2 # (or later)

USE_GMAKE=  yes
USE_AUTOTOOLS=  libtool
USE_LDCONFIG=   yes

.include <bsd.port.mk>