2001-10-10 04:24:01 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: inilib
|
|
|
|
# Date created: Oct 10, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= inilib
|
2007-01-09 22:48:44 +01:00
|
|
|
PORTVERSION= 1.0.7b3
|
2001-10-10 04:24:01 +02:00
|
|
|
CATEGORIES= devel
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0.7
|
2001-10-10 04:24:01 +02:00
|
|
|
|
2007-06-29 18:29:19 +02:00
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A C++ lib which provides a method of saving the "state" of a program
|
2001-10-10 04:24:01 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|