diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-06 11:32:43 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-06 11:32:43 +0000 |
commit | 542afd2937b0495552913fcaf29c47a6136fb667 (patch) | |
tree | 777fc47c55bd4ea93e5b4eede8360fed8c39d17e /net/gift-openft | |
parent | 53b3cc0f997579974374e2ea075e18cfecae6e7e (diff) | |
download | FreeBSD-ports-542afd2937b0495552913fcaf29c47a6136fb667.zip FreeBSD-ports-542afd2937b0495552913fcaf29c47a6136fb667.tar.gz |
new port: net/gift-openft
add new port: net/gift-openft - An OpenFT plugin for gift
This is the first of three available gift plugins (at the
moment). As soon as gift gets commited I'll send PRs for
gift-gnutella and gift-fasttrack.
PR: ports/56485
Submitted by: Stefan Ehmann <shoesoft@gmx.net>
Diffstat (limited to 'net/gift-openft')
-rw-r--r-- | net/gift-openft/Makefile | 40 | ||||
-rw-r--r-- | net/gift-openft/distinfo | 1 | ||||
-rw-r--r-- | net/gift-openft/files/patch-configure | 20 | ||||
-rw-r--r-- | net/gift-openft/pkg-descr | 3 | ||||
-rw-r--r-- | net/gift-openft/pkg-plist | 14 |
5 files changed, 78 insertions, 0 deletions
diff --git a/net/gift-openft/Makefile b/net/gift-openft/Makefile new file mode 100644 index 0000000..6b9a4ba --- /dev/null +++ b/net/gift-openft/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: giFT-OpenFT +# Date created: 2003-09-04 +# Whom: Stefan Ehmann <shoesoft@gmx.net> +# +# $FreeBSD$ +# + +PORTNAME= giFT-OpenFT +PORTVERSION= 0.2.1.0 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gift +DISTNAME= ${PORTNAME:L}-${PORTVERSION} + +MAINTAINER= shoesoft@gmx.net +COMMENT= An OpenFT plugin for giFT + +LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift \ + db3.3:${PORTSDIR}/databases/db3 + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ + LDFLAGS="${LDFLAGS}" + +DOC_FILES= AUTHORS COPYING ChangeLog \ + INSTALL NEWS README TODO + +post-install: +.ifndef(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for doc in ${DOC_FILES} + @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/net/gift-openft/distinfo b/net/gift-openft/distinfo new file mode 100644 index 0000000..6c7fd42 --- /dev/null +++ b/net/gift-openft/distinfo @@ -0,0 +1 @@ +MD5 (gift-openft-0.2.1.0.tar.bz2) = f4335559174ca9f170d3ad6036579a76 diff --git a/net/gift-openft/files/patch-configure b/net/gift-openft/files/patch-configure new file mode 100644 index 0000000..b47dabf --- /dev/null +++ b/net/gift-openft/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Fri Sep 5 01:16:52 2003 ++++ configure Fri Sep 5 01:16:58 2003 +@@ -8710,7 +8710,7 @@ + LIBS="$LIBS -l$dbname" + echo "$as_me:$LINENO: checking for libdb (-l$dbname)" >&5 + echo $ECHO_N "checking for libdb (-l$dbname)... $ECHO_C" >&6 +-if test "${found_libdb+set}" = set; then ++if test "${found_libdb}+set" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + if test "$cross_compiling" = yes; then +@@ -8790,7 +8790,7 @@ + echo "${ECHO_T}$found_libdb" >&6 + CFLAGS="$ac_save_CFLAGS" + LIBS="$ac_save_LIBS" +- if test x$found_libdb == xyes; then break; fi ++ if test x$found_libdb = xyes; then break; fi + done + use_libdb=$found_libdb + else diff --git a/net/gift-openft/pkg-descr b/net/gift-openft/pkg-descr new file mode 100644 index 0000000..519af3e --- /dev/null +++ b/net/gift-openft/pkg-descr @@ -0,0 +1,3 @@ +OpenFT plugin for gift + +WWW: http://gift.sourceforge.net/ diff --git a/net/gift-openft/pkg-plist b/net/gift-openft/pkg-plist new file mode 100644 index 0000000..3c3882e --- /dev/null +++ b/net/gift-openft/pkg-plist @@ -0,0 +1,14 @@ +lib/giFT/libOpenFT.la +lib/giFT/libOpenFT.so +%%PORTDOCS%%share/doc/giFT-OpenFT/AUTHORS +%%PORTDOCS%%share/doc/giFT-OpenFT/COPYING +%%PORTDOCS%%share/doc/giFT-OpenFT/ChangeLog +%%PORTDOCS%%share/doc/giFT-OpenFT/INSTALL +%%PORTDOCS%%share/doc/giFT-OpenFT/NEWS +%%PORTDOCS%%share/doc/giFT-OpenFT/README +%%PORTDOCS%%share/doc/giFT-OpenFT/TODO +%%PORTDOCS%%share/giFT/OpenFT/OpenFT.conf.template +%%PORTDOCS%%share/giFT/OpenFT/nodes +@dirrm lib/giFT +@dirrm %%PORTDOCS%%share/doc/giFT-OpenFT +@dirrm %%PORTDOCS%%share/giFT/OpenFT |