freebsd-ports/biology/fastool/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

28 lines
505 B
Makefile

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>