summaryrefslogtreecommitdiffstats
path: root/biology/libgtextutils/Makefile
blob: 1293a0186505642fe1113a724b7fcbc9289d1d11 (plain)
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
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$

PORTNAME=	libgtextutils
PORTVERSION=	0.7
CATEGORIES=	biology

MAINTAINER=	bacon4000@gmail.com
COMMENT=	Gordon's text utilities

LICENSE=	AGPLv3

USES=		autoreconf libtool pkgconfig
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	agordon
GH_PROJECT=	libgtextutils

INSTALL_TARGET=	install-strip

post-patch:
	@${REINPLACE_CMD} \
		's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
		${WRKSRC}/Makefile.am

.include <bsd.port.mk>
OpenPOWER on IntegriCloud