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


1.9
date	2012.11.17.05.54.20;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2011.09.23.22.20.49;	author amdmi3;	state Exp;
branches;
next	1.7;

1.7
date	2010.12.25.16.55.26;	author sunpoet;	state Exp;
branches;
next	1.6;

1.6
date	2010.04.03.10.43.57;	author roam;	state Exp;
branches;
next	1.5;

1.5
date	2009.06.07.10.08.23;	author itetcu;	state Exp;
branches;
next	1.4;

1.4
date	2009.01.23.15.42.30;	author roam;	state Exp;
branches;
next	1.3;

1.3
date	2006.12.13.12.41.19;	author roam;	state Exp;
branches;
next	1.2;

1.2
date	2006.09.06.15.28.19;	author garga;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.25.14.13.17;	author itetcu;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	epkg
# Date created:				12 May 2006
# Whom:						Jim Pirzyk <pirzyk@@freebsd.org>
#
# $FreeBSD: head/archivers/epkg/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	epkg
PORTVERSION=	2.3.9
PORTREVISION=	5
CATEGORIES=	archivers
MASTER_SITES=	ftp://ftp.feep.net/pub/encap/epkg/

MAINTAINER=	pirzyk@@FreeBSD.org
COMMENT=	Encap Package Manager

BUILD_DEPENDS=	${LOCALBASE}/lib/libfget.a:${PORTSDIR}/ftp/fget
LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
		expat.6:${PORTSDIR}/textproc/expat2

HAS_CONFIGURE=	YES
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ARGS=	--disable-encap --disable-epkg-install --without-libtar \
		--with-libfget \
		--prefix=${PREFIX}

MAN1=		epkg.1 \
			mkencap.1
MAN3=		encap20_platform_name.3 \
			encap_check.3 \
			encap_check_prereqs.3 \
			encap_check_source.3 \
			encap_check_target.3 \
			encap_close.3 \
			encap_find_versions.3 \
			encap_hash_add.3 \
			encap_hash_del.3 \
			encap_hash_free.3 \
			encap_hash_getkey.3 \
			encap_hash_new.3 \
			encap_hash_next.3 \
			encap_hash_prev.3 \
			encap_hash_search.3 \
			encap_install.3 \
			encap_list_add.3 \
			encap_list_add_str.3 \
			encap_list_del.3 \
			encap_list_dup.3 \
			encap_list_free.3 \
			encap_list_merge.3 \
			encap_list_new.3 \
			encap_list_next.3 \
			encap_list_prev.3 \
			encap_list_search.3 \
			encap_open.3 \
			encap_pkgspec_join.3 \
			encap_pkgspec_parse.3 \
			encap_platform_compat.3 \
			encap_platform_name.3 \
			encap_platform_split.3 \
			encap_remove.3 \
			encap_vercmp.3 \
			encapinfo_free.3 \
			encapinfo_init.3 \
			encapinfo_parse_directive.3 \
			encapinfo_write.3
MAN5=		encap_profile.5

.include <bsd.port.pre.mk>

do-install:
	@@(cd ${BUILD_WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install-recurse)

	-@@${MKDIR} ${PREFIX}/etc
	@@${CP} ${WRKSRC}/mkencap/mkencap_environment ${PREFIX}/etc/mkencap_environment.sample
	${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

.include <bsd.port.post.mk>
@


1.8
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
@
text
@d22 2
a23 1
CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${PREFIX}/lib
@


1.6
log
@Chase the ftp/curl shlib version bump.
@
text
@d14 1
a14 1
MAINTAINER=	pirzyk@@freebsd.org
@


1.5
log
@Fix plist with custom PREFIX and bump PORTREVISION

Submitted by:	Sahil Tandon
No cookie for:	maintainer
Reported by:	QATty
Approved by:	portmgr (itetcu@@)
@
text
@d10 1
a10 1
PORTREVISION=	4
d18 1
a18 1
LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl \
@


1.4
log
@Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
@
text
@d10 1
a10 1
PORTREVISION=	3
d23 3
a25 1
CONFIGURE_ARGS=	--disable-encap --disable-epkg-install --with-libfget --without-libtar
d76 1
a76 1
	PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@


1.3
log
@Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
@
text
@d10 1
a10 1
PORTREVISION=	2
d18 1
a18 1
LIB_DEPENDS=	curl.4:${PORTSDIR}/ftp/curl \
@


1.2
log
@Fix build on ia64

PR:		ports/102937
Submitted by:	pirzyk (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	1
d17 3
a19 3
BUILD_DEPENDS=	${LOCALBASE}/lib/libexpat.a:${PORTSDIR}/textproc/expat2 \
			${LOCALBASE}/lib/libfget.a:${PORTSDIR}/ftp/fget \
			${LOCALBASE}/lib/libcurl.a:${PORTSDIR}/ftp/curl
@


1.1
log
@Encap Package Manger

WWW: http://www.encap.org/epkg/

PR:		ports/97210
Submitted by:	Jim Pirzyk <pirzyk@@freebsd.org>
@
text
@d10 1
d15 1
a15 1
COMMENT=	Encap Package Manger
@

