diff options
author | makc <makc@FreeBSD.org> | 2012-12-11 22:24:51 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-12-11 22:24:51 +0800 |
commit | b818abecf724503ccdd63fd62485a8745d49e0b9 (patch) | |
tree | 66a6066cf6917e9efd2c1586004d9a78ca2f4d22 /biology | |
parent | b51f2ac1c13735c520e965071c01eec46804b2e4 (diff) | |
download | freebsd-ports-gnome-b818abecf724503ccdd63fd62485a8745d49e0b9.tar.gz freebsd-ports-gnome-b818abecf724503ccdd63fd62485a8745d49e0b9.tar.zst freebsd-ports-gnome-b818abecf724503ccdd63fd62485a8745d49e0b9.zip |
- Mark conflict with science/openbabel
- Trim Makefile header
Diffstat (limited to 'biology')
-rw-r--r-- | biology/babel/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/biology/babel/Makefile b/biology/babel/Makefile index 742db1c47d02..302ec54e11f4 100644 --- a/biology/babel/Makefile +++ b/biology/babel/Makefile @@ -1,13 +1,9 @@ -# New ports collection Makefile for: babel -# Date created: Dec 4 1997 -# Whom: frankch@waru.life.nthu.edu.tw -# +# Created by: frankch@waru.life.nthu.edu.tw # $FreeBSD$ -# PORTNAME= babel PORTVERSION= 1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology converters MASTER_SITES= http://smog.com/chem/babel/files/ \ http://www.ccl.net/cca/software/UNIX/babel/ @@ -16,6 +12,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Converts among various molecular file formats +CONFLICTS_INSTALL= openbabel-* + MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" post-build: |