freebsd-ports/science/xmakemol/Makefile
SADA Kenji 3e22c57c7c New port: xmakemol - a motif molecule viewer program
PR:		ports/27981
Submitted by:	Chi Zhang <chizhang@midway.uchicago.edu>
2001-09-12 16:36:24 +00:00

25 lines
539 B
Makefile

# 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>