openbsd-ports/converters/base64/Makefile
rui a1972ef261 update to 1.4
ok ajacoutot@
2007-05-01 16:07:17 +00:00

24 lines
447 B
Makefile

# $OpenBSD: Makefile,v 1.20 2007/05/01 16:07:17 rui Exp $
COMMENT= "converter to/from base64 encoding"
DISTNAME= base64-1.4
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>