blob: 2a79989f02cf7e1a737f56c9fc8b333d4b5e42de (
plain)
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
# Version required: 2.7.1
# Date created: Dec 4 1997
# Whom: frankch@waru.life.nthu.edu.tw
#
# $FreeBSD$
#
DISTNAME= RasMol_2.7.1
PKGNAME= rasmol-2.7.1
CATEGORIES= biology
MASTER_SITES= ftp://ftp.bernstein-plus-sons.com/software/
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>
|