openbsd-ports/converters/base64/Makefile

24 lines
449 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2007/09/16 01:40:27 merdely Exp $
COMMENT= converter to/from base64 encoding
1998-09-24 19:29:23 -04:00
2007-06-27 15:15:50 -04:00
DISTNAME= base64-1.5
1998-09-24 19:29:23 -04:00
CATEGORIES= converters
HOMEPAGE= http://www.fourmilab.ch/webtools/base64/
# public domain
2000-03-28 08:44:30 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-21 17:53:58 -05:00
WANTLIB= c
2000-02-12 03:58:16 -05:00
MASTER_SITES= ${HOMEPAGE}
CONFIGURE_STYLE=gnu
ALL_TARGET= prog
REGRESS_TARGET= wringer
1998-09-24 19:29:23 -04:00
.include <bsd.port.mk>