1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Emanuel Haupt 95c8b926fb - Update to 1.5
- Pacify portlint
2019-08-29 15:11:19 +00:00

30 lines
513 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= libbinio
PORTVERSION= 1.5
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Binary I/O stream class library
LICENSE= LGPL21
USES= autoreconf 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>