aboutsummaryrefslogtreecommitdiffstats
path: root/biology/libgtextutils/Makefile
blob: eb80110bc2119b9c049d1633b02cb5c9be7ac7bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $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>