2006-01-31 00:25:17 +01:00
|
|
|
# New ports collection makefile for: ascii2binary
|
|
|
|
# Date created: Sun 29 January 2006
|
|
|
|
# Whom: thierry@pompo.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ascii2binary
|
2007-02-13 23:01:37 +01:00
|
|
|
PORTVERSION= 2.13
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 2
|
2006-01-31 00:25:17 +01:00
|
|
|
CATEGORIES= converters
|
|
|
|
MASTER_SITES= http://billposer.org/Software/Downloads/
|
|
|
|
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
|
|
COMMENT= Convert between textual representations of numbers and binary
|
|
|
|
|
2006-03-15 21:46:13 +01:00
|
|
|
USE_BZIP2= yes
|
2006-03-13 07:32:36 +01:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
|
2006-03-05 09:29:04 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-03-13 07:32:36 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
|
2006-03-05 09:29:04 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2006-01-31 00:25:17 +01:00
|
|
|
|
2006-03-05 09:29:04 +01:00
|
|
|
PLIST_FILES= bin/ascii2binary bin/binary2ascii
|
2006-01-31 00:25:17 +01:00
|
|
|
|
|
|
|
MAN1= ascii2binary.1 binary2ascii.1
|
|
|
|
|
|
|
|
pre-configure:
|
2006-03-05 09:29:04 +01:00
|
|
|
${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" ${WRKSRC}/Makefile.in
|
2006-01-31 00:25:17 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|