pkgsrc-wip/libghemical/Makefile

36 lines
821 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/03 09:10:38 asau Exp $
#
DISTNAME= libghemical-2.99.1
CATEGORIES= biology
MASTER_SITES= http://www.bioinformatics.org/ghemical/download/release20090911/
MAINTAINER= pkgsrc.gnome@gmail.com
HOMEPAGE= https://www.bioinformatics.org/ghemical/libghemical/index.html
COMMENT= Molecular modelling library
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config intltool
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= libghemical.pc.in
PKG_OPTIONS_VAR= PKG_OPTIONS.libghemical
PKG_SUPPORTED_OPTIONS= mopac7 mpqc
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mmopac7)
CONFIGURE_ARGS+= --enable-mopac7
.endif
.if !empty(PKG_OPTIONS:Mmpqc)
CONFIGURE_ARGS+= enable-mpqc
.endif
.include "../../graphics/freeglut/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"