aboutsummaryrefslogtreecommitdiffstats
path: root/science/openbabel/Makefile
blob: 690284d4164ad98dff29cbdccaa2f049e776e98c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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=   babel.1

.include <bsd.port.mk>