1998-01-29 17:24:27 +00:00
|
|
|
# New ports collection Makefile for: kinemage
|
|
|
|
# Date created: Dec 4 1997
|
|
|
|
# Whom: frankch@waru.life.nthu.edu.tw
|
|
|
|
#
|
1999-08-25 04:58:03 +00:00
|
|
|
# $FreeBSD$
|
1998-01-29 17:24:27 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 22:04:57 +00:00
|
|
|
PORTNAME= kinemage
|
2000-12-11 03:10:04 +00:00
|
|
|
PORTVERSION= 5.79
|
|
|
|
CATEGORIES= biology
|
|
|
|
# There is no distfile to fetch here, just a dir of badly formatted sources
|
|
|
|
#MASTER_SITES= ftp://kinemage.biochem.duke.edu/OPEN_SOURCE/
|
|
|
|
#MASTER_SITE_SUBDIR= MAGE_001120
|
|
|
|
# I've repackaged their sources for now and Will Andrews <will@freebsd.org>
|
|
|
|
# is hosting
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= will
|
|
|
|
DISTNAME= mage-001120
|
1998-01-29 17:24:27 +00:00
|
|
|
|
2000-12-11 03:10:04 +00:00
|
|
|
MAINTAINER= jeremy@external.org
|
1998-01-29 17:24:27 +00:00
|
|
|
|
2000-12-11 03:10:04 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
1998-03-16 22:15:32 +00:00
|
|
|
|
2000-12-11 03:10:04 +00:00
|
|
|
USE_MOTIF= YES
|
1999-01-07 02:31:51 +00:00
|
|
|
|
2000-12-11 03:10:04 +00:00
|
|
|
ALL_TARGET= mage
|
1998-01-29 17:24:27 +00:00
|
|
|
|
2000-12-11 03:10:04 +00:00
|
|
|
# When the time comes to use the actual master site, this snippet
|
|
|
|
# will replace the carriage returns with newlines
|
|
|
|
# perl -i -pe 's/\r/\n/g' ${WRKSRC}/*
|
1998-01-29 17:24:27 +00:00
|
|
|
|
|
|
|
do-install:
|
2000-12-11 03:10:04 +00:00
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/mage ${PREFIX}/bin/kinemage
|
1998-01-29 17:24:27 +00:00
|
|
|
|
2000-12-11 03:10:04 +00:00
|
|
|
.include <bsd.port.mk>
|