aboutsummaryrefslogtreecommitdiff
path: root/converters/base64/Makefile
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2001-07-24 17:48:16 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2001-07-24 17:48:16 +0000
commit238ebdf96068759ea87f9883d0e9d4bed192fa9b (patch)
tree0b1680194c2bcafa27b5ad6394d4a027f32564c6 /converters/base64/Makefile
parent598e7cdedd17cf7cbf0e0cdd562c90b81be458f0 (diff)
downloadports-238ebdf96068759ea87f9883d0e9d4bed192fa9b.tar.gz
ports-238ebdf96068759ea87f9883d0e9d4bed192fa9b.zip
Notes
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>