blob: 62792838e29d44801f8704f314e59b96ad84a34f (
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/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>
|