aboutsummaryrefslogtreecommitdiffstats
path: root/converters/base64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/base64/Makefile')
-rw-r--r--converters/base64/Makefile18
1 files changed, 4 insertions, 14 deletions
diff --git a/converters/base64/Makefile b/converters/base64/Makefile
index 2a719d848210..65be97b7d48b 100644
--- a/converters/base64/Makefile
+++ b/converters/base64/Makefile
@@ -6,24 +6,14 @@
#
PORTNAME= base64
-PORTVERSION= 0.1
+PORTVERSION= 1.3
CATEGORIES= converters
-MASTER_SITES= http://www.codecenter.com/base64/
-DISTNAME= b64
+MASTER_SITES= http://www.fourmilab.ch/webtools/base64/
MAINTAINER= ports@FreeBSD.org
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
-ALL_TARGET= clean all
+GNU_CONFIGURE= yes
+ALL_TARGET= prog
MAN1= base64.1
-post-patch:
- @${PERL} -pi.in -e "s|b64|base64|g" ${WRKSRC}/*.c
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/base64 ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/base64.1 ${MANPREFIX}/man/man1
-
.include <bsd.port.mk>