mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
add libfxp 0.1.4
An ftp client library
This commit is contained in:
parent
3485e83f13
commit
fcac30e7e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54230
@ -31,6 +31,7 @@
|
||||
SUBDIR += kmago
|
||||
SUBDIR += kwebget
|
||||
SUBDIR += lftp
|
||||
SUBDIR += libfxp
|
||||
SUBDIR += llnlxdir
|
||||
SUBDIR += llnlxftp
|
||||
SUBDIR += lukemftp
|
||||
|
29
ftp/libfxp/Makefile
Normal file
29
ftp/libfxp/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: libfxp
|
||||
# Date created: Feb 5, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libfxp
|
||||
PORTVERSION= 0.1.4
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= http://millweed.com/projects/libfxp/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_GMAKE= yes
|
||||
CFLAGS+= -I. -Ilibmillweed
|
||||
|
||||
post-patch:
|
||||
.for file in Makefile libmillweed/Makefile
|
||||
@${PERL} -pi -e "s,^CC,#CC,g ; \
|
||||
s,^CFLAGS,#CFLAGS,g ; \
|
||||
s,^PREFIX,#PREFIX,g" ${WRKSRC}/${file}
|
||||
.endfor
|
||||
@(cd ${WRKSRC} ; \
|
||||
${GREP} -l -R malloc.h * | xargs \
|
||||
${PERL} -pi -e "s|malloc.h|stdlib.h|g")
|
||||
|
||||
.include <bsd.port.mk>
|
1
ftp/libfxp/distinfo
Normal file
1
ftp/libfxp/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libfxp-0.1.4.tar.gz) = 8dde4bf6826ca9a5cd4ba71f00284d56
|
1
ftp/libfxp/pkg-comment
Normal file
1
ftp/libfxp/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An ftp client library
|
3
ftp/libfxp/pkg-descr
Normal file
3
ftp/libfxp/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
An ftp client library
|
||||
|
||||
WWW: http://millweed.com/projects/libfxp/
|
7
ftp/libfxp/pkg-plist
Normal file
7
ftp/libfxp/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
include/fxp.h
|
||||
include/millweed/list.h
|
||||
include/millweed/misc.h
|
||||
include/millweed/net.h
|
||||
include/millweed/parse.h
|
||||
lib/libfxp.a
|
||||
@dirrm include/millweed
|
Loading…
Reference in New Issue
Block a user