openbsd-ports/converters/base64/Makefile
2022-03-11 18:27:00 +00:00

20 lines
312 B
Makefile

COMMENT= converter to/from base64 encoding
DISTNAME= base64-1.5
CATEGORIES= converters
REVISION = 0
HOMEPAGE= http://www.fourmilab.ch/webtools/base64/
# public domain
PERMIT_PACKAGE= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}
CONFIGURE_STYLE=gnu
ALL_TARGET= prog
TEST_TARGET= wringer
.include <bsd.port.mk>