freebsd-ports/biology/fastool/Makefile
Jason W. Bacon be26d1d912 Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user

Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14128
2018-01-31 01:07:07 +00:00

30 lines
518 B
Makefile

# $FreeBSD$
PORTNAME= fastool
PORTVERSION= 0.1.4
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= Simple and quick FastQ and FastA tool for file reading and conversion
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= fstrozzi
GH_PROJECT= Fastool
PLIST_FILES= bin/fastool
CFLAGS+= -std=c99
post-patch:
${REINPLACE_CMD} \
-e 's|CC *=|CC ?=|g' \
-e 's|CFLAGS *=|CFLAGS ?=|g' \
${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fastool \
${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>