22 lines
382 B
Makefile
22 lines
382 B
Makefile
# $OpenBSD: Makefile,v 1.24 2013/03/11 01:30:27 espie 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
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
ALL_TARGET= prog
|
|
USE_GROFF = Yes
|
|
TEST_TARGET= wringer
|
|
|
|
.include <bsd.port.mk>
|