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 23:29:23 +00:00
2007-06-27 19:15:50 +00:00
DISTNAME= base64-1.5
1998-09-24 23:29:23 +00:00
CATEGORIES= converters
HOMEPAGE= http://www.fourmilab.ch/webtools/base64/
# public domain
2000-03-28 13:44:30 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-21 22:53:58 +00:00
WANTLIB= c
2000-02-12 08:58:16 +00:00
MASTER_SITES= ${HOMEPAGE}
CONFIGURE_STYLE=gnu
ALL_TARGET= prog
REGRESS_TARGET= wringer
1998-09-24 23:29:23 +00:00
.include <bsd.port.mk>