ports/converters/ascii2binary/Makefile
Nuno Teixeira 245cfa9409 converters/ascii2binary: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-03 11:08:07 +00:00

27 lines
685 B
Makefile

PORTNAME= ascii2binary
PORTVERSION= 2.14
PORTREVISION= 2
CATEGORIES= converters
MASTER_SITES= http://billposer.org/Software/Downloads/
MAINTAINER= thierry@FreeBSD.org
COMMENT= Convert between textual representations of numbers and binary
WWW= https://billposer.org/Software/a2b.html
LICENSE= GPLv3
USES= gettext tar:bzip2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
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>