mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
34 lines
759 B
Makefile
34 lines
759 B
Makefile
# New ports collection Makefile for: seaview
|
|
# Date created: Dec 5 1997
|
|
# Whom: frankch@waru.life.nthu.edu.tw
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= seaview
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= biology
|
|
MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= .tar
|
|
|
|
MAINTAINER= frankch@waru.life.nthu.edu.tw
|
|
|
|
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms
|
|
|
|
USE_X_PREFIX= YES
|
|
NO_WRKSUBDIR= YES
|
|
EXTRACT_CMD= ${TAR}
|
|
EXTRACT_BEFORE_ARGS= -xf
|
|
EXTRACT_AFTER_ARGS= # empty
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
|
|
@ (${MKDIR} ${PREFIX}/lib/X11/seaview)
|
|
@ ${INSTALL_DATA} ${WRKSRC}/seaview.help ${PREFIX}/lib/X11/seaview
|
|
|
|
post-install:
|
|
@ ${CAT} ${DESCR}
|
|
|
|
.include <bsd.port.mk>
|