aboutsummaryrefslogtreecommitdiff
path: root/databases/libmswstr/Makefile
blob: b94833d9394ed89904a77aaa25f63b0f0bdec97a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Rainer Hurling <rhurlin@gwdg.de>

PORTNAME=	libmswstr
PORTVERSION=	0.0.1
CATEGORIES=	databases

MAINTAINER=	rhurlin@FreeBSD.org
COMMENT=	Read and parse mdb file indices

# 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>