mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
ef6167c2be
PR: ports/63756 Submitted by: Ports Fury
26 lines
491 B
Makefile
26 lines
491 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: openbabel
|
|
# Date created: Jan 5, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openbabel
|
|
PORTVERSION= 1.100.2
|
|
CATEGORIES= science
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Chemistry file translation program
|
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=open
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN1= openbabel.1
|
|
|
|
.include <bsd.port.mk>
|