5f8683043a
renamed the binaries and manpages of science/openbabel to openbabel instead of babel. PR: ports/47109 Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
23 lines
390 B
Makefile
23 lines
390 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: openbabel
|
|
# Date created: Jan 5, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openbabel
|
|
PORTVERSION= 1.100.0
|
|
CATEGORIES= science
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Chemistry file translation program
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= openbabel.1
|
|
|
|
.include <bsd.port.mk>
|