summaryrefslogtreecommitdiff
path: root/databases/libmswstr/Makefile
blob: c84e3f9d093ede784b741d038f706f77833b6c4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	libmswstr
PORTVERSION=	0.0.1
CATEGORIES=	databases

MAINTAINER=	rhurlin@FreeBSD.org
COMMENT=	Read and parse mdb file indices
WWW=		https://github.com/leecher1337/libmswstr

# https://github.com/leecher1337/libmswstr/blob/master/COPYING
#DISABLE_LICENSES=	yes
USES=		autoreconf dos2unix libtool
DOS2UNIX_FILES=	mswstr.c nls.h nlstables.h
DOS2UNIX_WRKSRC=	${WRKSRC}/src
USE_GITHUB=	yes
GH_ACCOUNT=	leecher1337
GH_TAGNAME=	5682d51
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes

.include <bsd.port.mk>