Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/converters/ascii2binary/Makefile
18157 views
PORTNAME=	ascii2binary
DISTVERSION=	2.14
PORTREVISION=	2
CATEGORIES=	converters
MASTER_SITES=	http://billposer.org/Software/Downloads/

MAINTAINER=	[email protected]
COMMENT=	Convert between textual representations of numbers and binary
WWW=		https://billposer.org/Software/a2b.html

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gettext-runtime localbase:ldflags tar:bzip2

GNU_CONFIGURE=	yes

LDFLAGS+=	-lintl

PLIST_FILES=	bin/ascii2binary \
		bin/binary2ascii \
		share/man/man1/ascii2binary.1.gz \
		share/man/man1/binary2ascii.1.gz

pre-configure:
	${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" ${WRKSRC}/Makefile.in

.include <bsd.port.mk>