aboutsummaryrefslogtreecommitdiff
path: root/biology/fastool/Makefile
blob: a7f6de6478095da5943acab47dd9b90773b1c310 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>