aboutsummaryrefslogtreecommitdiff
path: root/biology/rasmol/Makefile
blob: e7a8b377d1246543fd965d18a224dc507533cb60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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/
DISTNAME=	RasMol_2.7.2

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>