mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
61eb9744a8
Changelog at <http://billposer.org/Software/Ascii2BinaryChangeLog.html>.
33 lines
742 B
Makefile
33 lines
742 B
Makefile
# New ports collection makefile for: ascii2binary
|
|
# Date created: Sun 29 January 2006
|
|
# Whom: thierry@pompo.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ascii2binary
|
|
PORTVERSION= 2.14
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://billposer.org/Software/Downloads/
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Convert between textual representations of numbers and binary
|
|
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
|
|
LICENSE= GPLv3
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
PLIST_FILES= bin/ascii2binary bin/binary2ascii
|
|
|
|
MAN1= ascii2binary.1 binary2ascii.1
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|