aboutsummaryrefslogtreecommitdiffstats
path: root/converters/base64/Makefile
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-07-25 01:48:16 +0800
committerbmah <bmah@FreeBSD.org>2001-07-25 01:48:16 +0800
commitc268ec60c70035ea1c93e0b634727fd137568ff5 (patch)
tree9d2028e2d85e062bef2dfe7190385bfd2f3cd4eb /converters/base64/Makefile
parent8979bbf81e94439b8d390216f4c20aa9b044fb3d (diff)
downloadfreebsd-ports-gnome-c268ec60c70035ea1c93e0b634727fd137568ff5.tar.gz
freebsd-ports-gnome-c268ec60c70035ea1c93e0b634727fd137568ff5.tar.zst
freebsd-ports-gnome-c268ec60c70035ea1c93e0b634727fd137568ff5.zip
Update port to base64-1.3.
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>