# ex:ts=8 # Ports collection makefile for: ftplib # Date created: Feb 11, 2004 # Whom: ijliao # # $FreeBSD$ # 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 MAINTAINER= ports@FreeBSD.org COMMENT= A set of routines that implement the FTP protocol WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}/linux PATCH_DIST_STRIP= -p3 USE_GMAKE= yes MAKE_ARGS+= DEBUG="${CFLAGS}" LDFLAGS="${LDFLAGS} -L." USE_LDCONFIG= yes PLIST_FILES= lib/libftp.so lib/libftp.so.3 \ 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 ; \ ${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 it.cgi/'>index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/editors/nedit
Commit message (Expand)AuthorAgeFilesLines
* Clear moonlight beckons.ade2003-03-072-1/+1
* Go back to kan's fix and set BINOWN, BINGRP, BINMODE in MAKE_ENV.deischen2002-08-243-5/+6
* Revert the last commit and make nedit use INSTALL_PROGRAM,MAN,DATA.deischen2002-08-213-6/+5
* I guess something changed in ports/Mk so that BINOWN, BINGRP, anddeischen2002-08-211-0/+1
* Correct spelling of distfile in EXTRACT_ONLY.deischen2002-07-161-1/+1
* Move EXTRACT_ONLY to where it should be (portlint complained).deischen2002-07-161-1/+1
* Change to use bzip2 instead of gzip distfile.deischen2002-07-162-2/+3
* Update to nedit v5.3.deischen2002-07-162-6/+6
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ...lioux2001-11-21