head	1.11;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.12.31.15.41.15;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.11.17.05.54.23;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.07.23.14.05.31;	author cs;	state Exp;
branches;
next	1.8;

1.8
date	2011.08.09.15.41.25;	author mm;	state Exp;
branches;
next	1.7;

1.7
date	2011.03.23.11.37.46;	author mm;	state Exp;
branches;
next	1.6;

1.6
date	2009.02.23.14.46.22;	author mm;	state Exp;
branches;
next	1.5;

1.5
date	2009.01.05.11.30.34;	author mm;	state Exp;
branches;
next	1.4;

1.4
date	2008.07.25.09.08.37;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.09.13.41.53;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2007.04.05.13.19.01;	author mm;	state Exp;
branches;
next	1.1;

1.1
date	2007.01.06.02.08.35;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309744
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309744 | bapt | 2012-12-31 14:10:52 +0000 (Mon, 31 Dec 2012) | 4 lines
## SVN ##
## SVN ## Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
## SVN ## Remove useless use of pre.mk/post.mk
## SVN ## Trim headers
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Martin Matuska <mm@@FreeBSD.org>
# $FreeBSD: head/archivers/tclmkziplib/Makefile 309744 2012-12-31 14:10:52Z bapt $

PORTNAME=	tclmkziplib
PORTVERSION=	1.0
PORTREVISION=	2
CATEGORIES=	archivers tcl
MASTER_SITES=	http://mkextensions.sourceforge.net/
DISTNAME=	mkZiplib${PORTVERSION:S/.//}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	GZIP and ZIP support for TCL; dynamically loadable

LICENSE=	BSD

USE_TCL=	84+

WRKSRC=		${WRKDIR}/mkZiplib${PORTVERSION}
USE_ZIP=	yes

.include <bsd.port.options.mk>

TCLCONFIG?=	${LOCALBASE}/lib/tcl${TCL_VER}/tclConfig.sh

MAKEFILE=	${FILESDIR}/Makefile.bsd
MAKE_ENV=	VERSION=${PORTVERSION:S/.//} \
		TCL_VER=${TCL_VER} \
		TCLCONFIG=${TCLCONFIG}

PLIST_SUB+=	VERSION=${PORTVERSION:S/.//}

pre-build:
		@@${TEST} -f ${TCLCONFIG} || ( echo "tclConfig.sh is required to build mkZiplib"; exit 1 )

do-install:
		@@${MKDIR} ${PREFIX}/lib/mkZiplib
		@@${INSTALL_PROGRAM} ${WRKSRC}/mkZiplib${PORTVERSION:S/.//}.so ${PREFIX}/lib/mkZiplib
		@@${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/mkZiplib

post-install:
.if ${PORT_OPTIONS:MDOCS}
		@@ ${MKDIR} ${DOCSDIR}
		@@ ${INSTALL_DATA} ${WRKSRC}/mkZiplib${PORTVERSION:S/.//}.htm ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.10
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	tclmkziplib
# Date created:				4 Jan 2007
# Whom:					Martin Matuska <mm@@FreeBSD.org>
#
# $FreeBSD: head/archivers/tclmkziplib/Makefile 301396 2012-07-23 14:05:31Z cs $
#
d21 1
a21 1
.include <bsd.port.pre.mk>
d41 1
a41 1
.if !defined(NOPORTDOCS)
d46 1
a46 1
.include <bsd.port.post.mk>
@


1.9
log
@SVN rev 301396 on 2012-07-23 14:05:31Z by cs

Fix typos in COMMENT
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Transfer maintainer back to ports@@FreeBSD.org

Approved by:	maintainer (myself)
@
text
@d16 1
a16 1
COMMENT=	GZIP and ZIP support for TCL; dynamicly loadable
@


1.7
log
@- Add LICENSE information
- Make portlint happier
@
text
@d15 1
a15 1
MAINTAINER=	mm@@FreeBSD.org
@


1.6
log
@- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
@
text
@d18 2
@


1.5
log
@- switch to USE_TCL
- bump PORTREVISION
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
@
text
@d10 1
d18 1
a18 4
TCL_VER?=	8.4
TCLVND=		${TCL_VER:S/.//}

LIB_DEPENDS+=	tcl84:${PORTSDIR}/lang/tcl${TCLVND}
d23 2
d29 1
d48 1
a48 1
.include <bsd.port.mk>
@


1.3
log
@- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:	portmgr
@
text
@d28 1
a28 2
MAKE_ENV=	LOCALBASE=${LOCALBASE} \
		VERSION=${PORTVERSION:S/.//} \
@


1.2
log
@- updated maintainer e-mail address

Approved by:	garga (mentor)
@
text
@d10 1
a10 1
CATEGORIES=	archivers tcl83 tcl84
@


1.1
log
@Add tclmkziplib 1.0, GZIP and ZIP support for TCL; dynamicly loadable.

PR:		ports/107519
Submitted by:	martin at matuska.org
@
text
@d3 1
a3 1
# Whom:					martin@@matuska.org
d14 1
a14 1
MAINTAINER=	martin@@matuska.org
@

