openbsd-ports/converters/base64/Makefile
rui 88109ad0b2 update base64 to 1.5
ok ajacoutot@
2007-06-27 19:15:50 +00:00

24 lines
447 B
Makefile

# $OpenBSD: Makefile,v 1.21 2007/06/27 19:15:50 rui Exp $
COMMENT= "converter to/from base64 encoding"
DISTNAME= base64-1.5
CATEGORIES= converters
HOMEPAGE= http://www.fourmilab.ch/webtools/base64/
# public domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}
CONFIGURE_STYLE=gnu
ALL_TARGET= prog
REGRESS_TARGET= wringer
.include <bsd.port.mk>