1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/xparam/Makefile
Baptiste Daroussin 8b82c00cf3 Support stage
2014-01-24 23:51:43 +00:00

20 lines
319 B
Makefile

# 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)
USES= gmake
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
.include <bsd.port.mk>