View | Details | Raw Unified | Return to bug 26228
Collapse All | Expand All

(-)biology/babel/Makefile (-6 / +18 lines)
Lines 1-19 Link Here
1
# New ports collection Makefile for: babel
1
# New ports collection Makefile for:	babel
2
# Date created:         Dec 4 1997
2
# Date created:		Dec 4 1997
3
# Whom:                 frankch@waru.life.nthu.edu.tw
3
# Whom:			frankch@waru.life.nthu.edu.tw
4
#
4
#
5
# $FreeBSD: ports/biology/babel/Makefile,v 1.8 2001/03/12 18:57:34 sf Exp $
5
# $FreeBSD: ports/biology/babel/Makefile,v 1.8 2001/03/12 18:57:34 sf Exp $
6
#
6
#
7
7
8
PORTNAME=	babel
8
PORTNAME=	babel
9
PORTVERSION=	1.6
9
PORTVERSION=	1.6
10
PORTREVISION=	1
10
CATEGORIES=	biology
11
CATEGORIES=	biology
11
MASTER_SITES=	ftp://ccl.osc.edu/pub/chemistry/software/MAC/babel/
12
MASTER_SITES=	http://smog.com/chem/babel/files/ \
13
		http://www.ccl.net/cca/software/UNIX/babel/ \
14
		ftp://ccl.osc.edu/pub/chemistry/software/UNIX/babel/
12
EXTRACT_SUFX=	.tar.Z
15
EXTRACT_SUFX=	.tar.Z
13
16
14
MAINTAINER=	ports@FreeBSD.org
17
MAINTAINER=	ports@FreeBSD.org
15
18
16
post-install:
19
MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
17
	@ ${CAT} ${PKGMESSAGE} | ${SED} -e 's:/usr/local:${PREFIX}:'
20
21
do-install:
22
	${INSTALL_PROGRAM} ${WRKSRC}/babel ${PREFIX}/bin
23
	@${MKDIR} ${PREFIX}/share/babel
24
	${INSTALL_DATA} ${WRKSRC}/*.lis ${PREFIX}/share/babel
25
.if !defined(NOPORTDOCS)
26
	@${MKDIR} ${PREFIX}/share/doc/babel
27
	${INSTALL_DATA} ${WRKSRC}/README.1ST ${PREFIX}/share/doc/babel
28
.endif
29
	@${SED} -e 's:/usr/local:${PREFIX}:' ${PKGMESSAGE}
18
30
19
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)biology/babel/files/patch-aa (-24 lines)
Lines 1-24 Link Here
1
--- Makefile.orig	Tue Jan 21 07:53:05 1997
2
+++ Makefile	Fri Jun 25 12:17:39 1999
3
@@ -1,6 +1,6 @@
4
-CFLAGS        = -O 
5
+DEST          = ${PREFIX}/share/babel
6
 
7
-LIBFLAGS      = -O -DLIBRARY 
8
+LIBFLAGS      = -DLIBRARY 
9
 
10
 CC	      = cc
11
 
12
@@ -334,7 +334,11 @@
13
 index:;		ctags -wx $(HDRS) $(SRCS)
14
 
15
 install:	$(PROGRAM)
16
-		install -s $(PROGRAM) $(DEST)
17
+		install -s $(PROGRAM) ${PREFIX}/bin/$(PROGRAM)
18
+		install -d -o bin -g bin $(DEST)
19
+		install -c -o bin -g bin README.1ST $(DEST)
20
+		install -c -o bin -g bin element.lis new.lis $(DEST)
21
+		install -c -o bin -g bin quanta.lis types.lis $(DEST)
22
 
23
 print:;		$(PRINT) $(HDRS) $(SRCS)
24
 
(-)biology/babel/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
Babel is developed by Dolata Group, Department of Chemistry,
3
Babel is developed by Dolata Group, Department of Chemistry,
4
Arizona University and Ohio State University.
4
Arizona University and Ohio State University.
5
5
6
WWW: http://mercury.aichem.arizona.edu/babel.html
6
WWW: http://smog.com/chem/babel/
(-)biology/babel/pkg-plist (-1 / +2 lines)
Lines 1-7 Link Here
1
bin/babel
1
bin/babel
2
share/babel/README.1ST
3
share/babel/element.lis
2
share/babel/element.lis
4
share/babel/new.lis
3
share/babel/new.lis
5
share/babel/quanta.lis
4
share/babel/quanta.lis
6
share/babel/types.lis
5
share/babel/types.lis
6
%%PORTDOCS%%share/doc/babel/README.1ST
7
%%PORTDOCS%%@dirrm share/doc/babel
7
@dirrm share/babel
8
@dirrm share/babel

Return to bug 26228