mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
20 lines
319 B
Makefile
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>
|