freebsd-ports/science/xmakemol/Makefile
Sergey A. Osokin f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00

26 lines
601 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
COMMENT= Molecule Viewer Program Based on Motif Widget
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_CMD} ${PREFIX}/bin/xmakemol
.include <bsd.port.post.mk>