aboutsummaryrefslogtreecommitdiff
path: root/devel/libbinio/Makefile
blob: 0bf902f560c5f3eb96e548564efc8d3a57e8d825 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Emanuel Haupt <ehaupt@critical.ch>

PORTNAME=	libbinio
PORTVERSION=	1.5
DISTVERSIONPREFIX=	${PORTNAME}-
CATEGORIES=	devel

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Binary I/O stream class library

LICENSE=	LGPL21

USES=		autoreconf compiler:c11 libtool pathfix
USE_GITHUB=	yes
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

GH_ACCOUNT=	adplug

INSTALL_TARGET=	install-strip

PORTSCOUT=	skipv:start

post-patch:
	@${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' ${WRKSRC}/Makefile.am

.include <bsd.port.mk>