mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
95c8b926fb
- Pacify portlint
30 lines
513 B
Makefile
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>
|