mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
29 lines
584 B
Makefile
29 lines
584 B
Makefile
# 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>
|