mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
184db1bfcd
Reported by: pkg-fallout Approved by: jrm Differential Revision: https://reviews.freebsd.org/D14892
22 lines
327 B
Makefile
22 lines
327 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libgtextutils
|
|
DISTVERSION= 0.7
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Gordon's text utilities
|
|
|
|
LICENSE= AGPLv3
|
|
|
|
USES= autoreconf libtool pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= agordon
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|