freebsd-ports/biology/libgtextutils/Makefile
Mathieu Arnold 7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00

27 lines
487 B
Makefile

# 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
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} \
's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/Makefile.am
.include <bsd.port.mk>