aboutsummaryrefslogtreecommitdiff
path: root/biology/kinemage/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:29:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:29:44 +0000
commit2e6cabfa170ebe3c08ebd4c3f2fc7e23ba2f0f18 (patch)
tree8e6c4f2cceeabf768a42f84d0f1914bd45cb93f4 /biology/kinemage/Makefile
parenta9b270272208e547b68d58c91c57682977be8a1a (diff)
Notes
Diffstat (limited to 'biology/kinemage/Makefile')
-rw-r--r--biology/kinemage/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/biology/kinemage/Makefile b/biology/kinemage/Makefile
deleted file mode 100644
index 2c11bd07ce54..000000000000
--- a/biology/kinemage/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection Makefile for: kinemage
-# Date created: Dec 4 1997
-# Whom: frankch@waru.life.nthu.edu.tw
-#
-# $FreeBSD$
-#
-
-PORTNAME= kinemage
-PORTVERSION= 5.79
-PORTREVISION= 2
-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
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A molecular visualization program with special functions
-
-DEPRECATED= Looks like an abandonware, no more public distfile
-EXPIRATION_DATE= 2011-08-01
-
-USE_MOTIF= YES
-
-ALL_TARGET= mage
-PLIST_FILES= bin/kinemage
-
-# 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}/*
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/mage ${PREFIX}/bin/kinemage
-
-.include <bsd.port.mk>