blob: c4f0e1ad8edadf7d72ebf93f5db73d01221d93cb (
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.1
CATEGORIES= biology
MASTER_SITES= ftp://ftp.bernstein-plus-sons.com/software/
DISTNAME= RasMol_2.7.1
MAINTAINER= frankch@waru.life.nthu.edu.tw
WRKSRC= $(WRKDIR)/RasMol_2.7.1/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>
|