head	1.3;
access;
symbols
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	babel_1_6:1.1.1.1
	FRANKCH:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2001.03.31.15.51.15;	author kevlo;	state dead;
branches;
next	1.2;

1.2
date	99.06.25.19.23.41;	author cpiazza;	state Exp;
branches;
next	1.1;

1.1
date	97.12.21.21.57.36;	author vanilla;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.12.21.21.57.36;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update MASTER_SITES and WWW: line
- Support CC/CFLAGS properly
- Support install macros
- Add PORTDOCS to pkg-plist

PR: 26228
Submitted by: Ports Fury
@
text
@--- Makefile.orig	Tue Jan 21 07:53:05 1997
+++ Makefile	Fri Jun 25 12:17:39 1999
@@@@ -1,6 +1,6 @@@@
-CFLAGS        = -O 
+DEST          = ${PREFIX}/share/babel
 
-LIBFLAGS      = -O -DLIBRARY 
+LIBFLAGS      = -DLIBRARY 
 
 CC	      = cc
 
@@@@ -334,7 +334,11 @@@@
 index:;		ctags -wx $(HDRS) $(SRCS)
 
 install:	$(PROGRAM)
-		install -s $(PROGRAM) $(DEST)
+		install -s $(PROGRAM) ${PREFIX}/bin/$(PROGRAM)
+		install -d -o bin -g bin $(DEST)
+		install -c -o bin -g bin README.1ST $(DEST)
+		install -c -o bin -g bin element.lis new.lis $(DEST)
+		install -c -o bin -g bin quanta.lis types.lis $(DEST)
 
 print:;		$(PRINT) $(HDRS) $(SRCS)
 
@


1.2
log
@Install into ${PREFIX}, not /usr/local.

PR:	12214
Submitted by:	n_hibma
@
text
@@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
--- Makefile.orig	Tue Jan 21 23:53:05 1997
+++ Makefile	Sat Dec 20 05:12:51 1997
d5 1
a5 1
+DEST          = /usr/local/share/babel
d17 1
a17 1
+		install -s $(PROGRAM) /usr/local/bin/$(PROGRAM)
@


1.1.1.1
log
@This is a port of a molecular file format converter, babel.
Babel is developed by Dolata Group, Department of Chemistry,
University of Arizona and Ohio State University.
PR:		ports/5215
Submitted by:	Frank Chen Hsiung Chan <frankch@@waru.life.nthu.edu.tw>
@
text
@@
