freebsd-ports/biology/rasmol/Makefile
Mark Pulford b20964040b Distfile was moved and renamed.
PR:		28004
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
2001-06-11 05:53:41 +00:00

29 lines
579 B
Makefile

# New ports collection Makefile for: rasmol
# Date created: Dec 4 1997
# Whom: frankch@waru.life.nthu.edu.tw
#
# $FreeBSD$
#
PORTNAME= rasmol
PORTVERSION= 2.7.2
CATEGORIES= biology
MASTER_SITES= ftp://ftp.bernstein-plus-sons.com/software/RasMol_2.7.2/
DISTNAME= RasMol
MAINTAINER= ports@FreeBSD.org
WRKSRC= $(WRKDIR)/RasMol_2.7.2/src/
USE_IMAKE= yes
MAN1= rasmol.1
pre-extract:
@${ECHO} ""
@${ECHO} You can set the color depth to match your X server in
@${ECHO} ${WRKSRC}Imakefile
@${ECHO} before building.
@${ECHO} ""
.include <bsd.port.mk>