head	1.8;
access;
symbols
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.8
date	2004.02.03.08.08.42;	author linimon;	state dead;
branches;
next	1.7;

1.7
date	2003.10.20.11.26.28;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.20.17.24.12;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.10.16.45.59;	author lioux;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.06.22.44.55;	author adamw;	state Exp;
branches;
next	1.3;

1.3
date	2002.09.29.08.07.44;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2002.06.21.16.13.15;	author ijliao;	state Exp;
branches;
next	1.1;

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


desc
@@


1.8
log
@Remove ftp/libfxp.  The mastersite disappeared a long time ago, and
it never worked on non-i386 in any case.

No objection was noted since a checking in Oct 2004 proclaiming this.
@
text
@# ex:ts=8
# New ports collection makefile for:	libfxp
# Date created:			Feb 5, 2002
# Whom:				ijliao
#
# $FreeBSD: ports/ftp/libfxp/Makefile,v 1.7 2003/10/20 11:26:28 linimon Exp $
#

PORTNAME=	libfxp
PORTVERSION=	0.1.4
CATEGORIES=	ftp
MASTER_SITES=	# http://millweed.com/projects/libfxp/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	An ftp client library

BROKEN=		"master site has disappeared, and never worked on non-i386 in any case"

USE_REINPLACE=	yes
USE_GMAKE=	yes
CFLAGS+=	-I. -Ilibmillweed

post-patch:
.for file in Makefile libmillweed/Makefile
	@@${REINPLACE_CMD} -e "s,^CC,#CC,g ; \
		s,^CFLAGS,#CFLAGS,g ; \
		s,^PREFIX,#PREFIX,g" ${WRKSRC}/${file}
.endfor
	@@(cd ${WRKSRC} ; \
	  ${GREP} -l -R malloc.h * | ${XARGS} \
	  ${REINPLACE_CMD} -e "s|malloc.h|stdlib.h|g")

.include <bsd.port.mk>
@


1.7
log
@Mark as broken: master site disappeared a year ago, does not work on
non-i386; abandonware.
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.6
log
@De-pkg-comment.
@
text
@d12 1
a12 1
MASTER_SITES=	http://millweed.com/projects/libfxp/
d16 2
@


1.5
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d15 1
@


1.4
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a15 2
PORTCOMMENT=	An ftp client library

@


1.3
log
@find->${FIND},xargs->${XARGS}

PR:		40791
Submitted by:	Simon 'corecode' Schubert <corecode@@corecode.ath.cx>
@
text
@d16 2
@


1.2
log
@Replace ${PERL} with ${REINPLACE_CMD}

PR:		39594
Submitted by:	Oliver Braun <obraun@@informatik.unibw-muenchen.de>
@
text
@d27 1
a27 1
	  ${GREP} -l -R malloc.h * | xargs \
@


1.1
log
@add libfxp 0.1.4
An ftp client library
@
text
@d16 1
d22 1
a22 1
	@@${PERL} -pi -e "s,^CC,#CC,g ; \
d28 1
a28 1
	  ${PERL} -pi -e "s|malloc.h|stdlib.h|g")
@

