pkgsrc/devel/metslib/Makefile
wiz 92b4a6e496 *: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
2022-07-25 11:12:18 +00:00

18 lines
476 B
Makefile

# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:23 wiz Exp $
DISTNAME= metslib-0.5.3
CATEGORIES= devel
MASTER_SITES= http://www.coin-or.org/download/source/metslib/
EXTRACT_SUFX= .tgz
MAINTAINER= thomas.orgis@uni-hamburg.de
HOMEPAGE= http://www.coin-or.org/download/source/metslib/
COMMENT= metaheuristic modeling framework for tabu search
LICENSE= gnu-gpl-v3 OR epl-v1.0
GNU_CONFIGURE= yes
USE_LANGUAGES= c++
PKGCONFIG_OVERRIDE+= metslib.pc.in
.include "../../mk/bsd.pkg.mk"