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