pkgsrc-wip/gmm/Makefile
Aleksej Saushev b0cf4a4f7a Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-29 00:50:33 +00:00

18 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/09/29 00:50:35 asau Exp $
#
DISTNAME= gmm-4.0.0
CATEGORIES= devel
MASTER_SITES= http://download.gna.org/getfem/stable/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://home.gna.org/getfem/gmm_intro.html
COMMENT= Gmm++ is a generic C++ template library for sparse
#LICENSE= # TODO: (see mk/license.mk)
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"