diff options
author | SADA Kenji <sada@FreeBSD.org> | 2001-09-12 16:36:24 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2001-09-12 16:36:24 +0000 |
commit | 3e22c57c7c730c3207532ab1f315fd6a4bfdfcbc (patch) | |
tree | daedca520d66b9f1b615362d3923ebeb2f8ffa78 /science/xmakemol/Makefile | |
parent | 079b97373fa17726c3b3b1c1aa2c26969ea4da99 (diff) | |
download | ports-3e22c57c7c730c3207532ab1f315fd6a4bfdfcbc.tar.gz ports-3e22c57c7c730c3207532ab1f315fd6a4bfdfcbc.zip |
Notes
Diffstat (limited to 'science/xmakemol/Makefile')
-rw-r--r-- | science/xmakemol/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/science/xmakemol/Makefile b/science/xmakemol/Makefile new file mode 100644 index 000000000000..42b595d24f6e --- /dev/null +++ b/science/xmakemol/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xmakemol +# Date created: 8 June, 2001 +# Whom: Chi +# $FreeBSD$ +# + +PORTNAME= xmakemol +PORTVERSION= 4.40 +CATEGORIES= science +MASTER_SITES= http://vegemite.chem.nottingham.ac.uk/~xmakemol/dists/ + +MAINTAINER= chizhang@uchicago.edu + +USE_XLIB= yes +USE_MOTIF= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.pre.mk> +pre-configure: + cd ${WRKSRC}; ${CHMOD} 755 config.guess config.sub configure install-sh missing mkinstalldirs + +post-install: + strip ${PREFIX}/bin/xmakemol +.include <bsd.port.post.mk> |