2001-07-23 10:16:56 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: zipios
|
|
|
|
# Date created: Jul 23, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zipios++
|
|
|
|
PORTVERSION= 0.1.5
|
|
|
|
CATEGORIES= archivers
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= zipios
|
|
|
|
|
2002-09-07 16:16:36 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A java.util.zip-like C++ library for reading and writing Zip files
|
2001-07-23 10:16:56 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|