9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
15 lines
402 B
Makefile
15 lines
402 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/01/26 17:30:46 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= gp-0.26
|
|
CATEGORIES= biology
|
|
MASTER_SITES= http://www.bioinformatics.org/genpak/download/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= hdp@cs.nmsu.edu
|
|
HOMEPAGE= https://www.bioinformatics.org/genpak/
|
|
COMMENT= Manipulate DNA/RNA sequence in a Unix fashion
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|