blob: 6de2b7cf460e41f58017f6a429b3c5c1114f32e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|