Import gnome-chemistry-utils-0.11.4 as wip/gnome-chemistry-utils.
This commit is contained in:
parent
46cb74d4d2
commit
d8b4dcbba9
6 changed files with 90 additions and 0 deletions
0
gnome-chemistry-utils/DESCR
Normal file
0
gnome-chemistry-utils/DESCR
Normal file
35
gnome-chemistry-utils/Makefile
Normal file
35
gnome-chemistry-utils/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/05/10 21:41:24 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnome-chemistry-utils-0.11.4
|
||||
CATEGORIES= biology
|
||||
MASTER_SITES= http://ftp.cc.uoc.gr/mirrors/nongnu.org/gchemutils/0.11/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= http://ftp.cc.uoc.gr/mirrors/nongnu.org/gchemutils/0.11/
|
||||
COMMENT= TODO: Short description of the package
|
||||
#LICENSE= # TODO: (see mk/license.mk)
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkgc-config perl msgfmt intltool
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
GCONF_SCHEMAS+= gchemutils.schemas
|
||||
GCONF_SCHEMAS+= plugins/paint/arrows/gchempaint-arrows.schemas
|
||||
GCONF_SCHEMAS+= programs/crystal/gcrystal.schemas
|
||||
GCONF_SCHEMAS+= programs/paint/gchempaint.schemas
|
||||
|
||||
.include "../../databases/shared-mime-info/buildlink3.mk"
|
||||
.include "../../devel/GConf/schemas.mk"
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.0.0nb2
|
||||
.include "../../graphics/cairo/buildlink3.mk"
|
||||
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
||||
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.16.0
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
gnome-chemistry-utils/PLIST
Normal file
1
gnome-chemistry-utils/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/10 21:41:24 jihbed Exp $
|
1
gnome-chemistry-utils/TODO
Normal file
1
gnome-chemistry-utils/TODO
Normal file
|
@ -0,0 +1 @@
|
|||
not finished !!!
|
5
gnome-chemistry-utils/distinfo
Normal file
5
gnome-chemistry-utils/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/05/10 21:41:24 jihbed Exp $
|
||||
|
||||
SHA1 (gnome-chemistry-utils-0.11.4.tar.bz2) = 4f8e68920403efbe7c69efaf06b4e504be70ea74
|
||||
RMD160 (gnome-chemistry-utils-0.11.4.tar.bz2) = c8ee696dc29b4deb75de51e6f4e64564a4ac4d7b
|
||||
Size (gnome-chemistry-utils-0.11.4.tar.bz2) = 4318687 bytes
|
48
gnome-chemistry-utils/options.mk
Normal file
48
gnome-chemistry-utils/options.mk
Normal file
|
@ -0,0 +1,48 @@
|
|||
# $NetBSD: options.mk,v 1.1.1.1 2010/05/10 21:41:24 jihbed Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.rsyslog
|
||||
PKG_SUPPORTED_OPTIONS= gnutls gssapi largefile mail mysql pgsql snmp
|
||||
PKG_SUGGESTED_OPTIONS= largefile
|
||||
|
||||
PLIST_VARS+= gnutls gssapi mail mysql pgsql snmp
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mlargefile)
|
||||
CONFIGURE_ARGS+= --enable-largefile
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mgnutls)
|
||||
.include "../../security/gnutls/buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --enable-gnutls
|
||||
PLIST.gnutls= yes
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mgssapi)
|
||||
.include "../../mk/krb5.buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --enable-gssapi-krb5
|
||||
PLIST.gssapi= yes
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mmail)
|
||||
CONFIGURE_ARGS+= --enable-mail
|
||||
PLIST.mail= yes
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mmysql)
|
||||
.include "../../mk/mysql.buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --enable-mysql
|
||||
PLIST.mysql= yes
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mpgsql)
|
||||
.include "../../mk/pgsql.buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --enable-pgsql
|
||||
PLIST.pgsql= yes
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Msnmp)
|
||||
.include "../../net/net-snmp/buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --enable-snmp
|
||||
PLIST.snmp= yes
|
||||
.endif
|
Loading…
Reference in a new issue