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


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

1.8
date	2009.08.28.16.52.22;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2008.01.23.22.43.33;	author beech;	state Exp;
branches;
next	1.6;

1.6
date	2007.12.03.03.56.58;	author beech;	state Exp;
branches;
next	1.5;

1.5
date	2006.08.14.23.06.29;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.07.11.09.17;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2005.11.09.16.21.40;	author vs;	state Exp;
branches;
next	1.2;

1.2
date	2004.03.09.16.54.40;	author trevor;	state Exp;
branches;
next	1.1;

1.1
date	2004.02.11.07.55.29;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	ftplib
# Date created:			Feb 11, 2004
# Whom:				ijliao
#
# $FreeBSD: head/ftp/ftplib/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	ftplib
PORTVERSION=	3.1.1
CATEGORIES=	ftp
MASTER_SITES=	http://www.nbpfaus.net/~pfau/ftplib/
DISTNAME=	${PORTNAME}-${PORTVERSION:R}-src

PATCH_SITES=	http://www.nbpfaus.net/~pfau/ftplib/
PATCHFILES=	${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}.patch
PATCH_DIST_STRIP=	-p3

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A set of routines that implement the FTP protocol

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}/linux

USE_GMAKE=	yes
MAKE_ARGS+=	DEBUG="${CFLAGS}" LDFLAGS="${LDFLAGS} -L."
USE_LDCONFIG=	yes

PLIST_FILES=	lib/libftp.so lib/libftp.so.3 lib/libftp.a \
		include/ftplib.h bin/qftp bin/ftpdir bin/ftpget \
		bin/ftplist bin/ftprm bin/ftpsend

do-install:
	@@(cd ${WRKSRC} ; \
		${INSTALL_PROGRAM} qftp ${PREFIX}/bin ; \
		${INSTALL_DATA} libftp.so.3 ${PREFIX}/lib ; \
		${INSTALL_DATA} libftp.a ${PREFIX}/lib ; \
		${LN} -fs ${PREFIX}/lib/libftp.so.3 ${PREFIX}/lib/libftp.so ; \
		${INSTALL_DATA} ftplib.h ${PREFIX}/include ; \
		for i in ftpdir ftpget ftplist ftprm ftpsend; do \
  		  ${LN} -s qftp ${PREFIX}/bin/$$i ; done \
	)

.include <bsd.port.mk>
@


1.8
log
@Reset beech@@FreeBSD.org while he works on restoring his email situation.

Hat:		portmgr
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.7
log
@- Adopt orphan ports in ftp category.

Approved by:	linimon (mentor, implicit)
@
text
@d19 1
a19 1
MAINTAINER=	beech@@FreeBSD.org
@


1.6
log
@- Fix install of libftp.a
- Pet portlint

PR:		ports/118165
Submitted by:	Stepan Zastupov  <redchrom@@gmail.com>
Approved by:	portmgr (linimon, mentor)
@
text
@d19 1
a19 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
log
@- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d14 1
d17 1
d23 1
a23 1
PATCH_DIST_STRIP=	-p3
d28 1
a28 1
PLIST_FILES=	lib/libftp.so lib/libftp.so.3 \
d36 1
@


1.4
log
@Remove USE_REINPLACE from all categories starting with F
@
text
@d24 1
a24 1
INSTALLS_SHLIB=	yes
@


1.3
log
@Cleanup a bit
@
text
@a19 1
USE_REINPLACE=	yes
@


1.2
log
@Sunsite has a slightly older distfile, lacking the "mode" feature.
@
text
@a12 1
MASTER_SITE_SUBDIR=	libs
d21 1
a21 1
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
d24 1
d27 3
a29 9
PLIST_FILES=	lib/libftp.a lib/libftp.so lib/libftp.so.3 \
		include/ftplib.h

post-patch:
	@@${REINPLACE_CMD} -e "s|^CFLAGS =|CFLAGS+=|" \
		-e "s|^LDFALGS =|LDFLAGS+=|" ${WRKSRC}/linux/Makefile

do-build:
	@@(cd ${WRKSRC}/linux && ${GMAKE})
d32 7
a38 4
	@@(cd ${WRKSRC}/linux ; \
	  ${INSTALL_DATA} libftp.a libftp.so.3 ${PREFIX}/lib ; \
	  ${LN} -fs ${PREFIX}/lib/libftp.so.3 ${PREFIX}/lib/libftp.so ; \
	  ${INSTALL_DATA} ftplib.h ${PREFIX}/include \
@


1.1
log
@add ftplib 3.1-1
A set of routines that implement the FTP protocol
@
text
@d12 1
a12 2
MASTER_SITES=	http://www.nbpfaus.net/~pfau/ftplib/ \
		${MASTER_SITE_SUNSITE}
@

