Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time.
27 lines
461 B
Makefile
27 lines
461 B
Makefile
# $OpenBSD: Makefile,v 1.3 2015/05/22 11:31:14 ajacoutot Exp $
|
|
|
|
COMMENT= templatized C++ command line parser
|
|
|
|
DISTNAME= tclap-1.2.1
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://tclap.sourceforge.net/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tclap/}
|
|
|
|
# tclap is implemented using only header files
|
|
PKG_ARCH= *
|
|
|
|
BUILD_DEPENDS= devel/doxygen \
|
|
math/graphviz
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|