1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/biology/rasmol/Makefile
Satoshi Taoka 73ec58caa5 Compile-error
PR:		13513
Submitted by:	Glenn Johnson <gljohns@bellsouth.net>
1999-09-10 07:39:26 +00:00

29 lines
623 B
Makefile

# 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>