diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-06-06 01:13:30 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-06-06 01:13:30 +0000 |
commit | c7a6f12d72438292339d1995109b26461c806e84 (patch) | |
tree | 258f3b6655c2fa9301da3e586d7892f6b4122b3d /net-im/bsflite | |
parent | 696ec71898dca9f9d6379559573dd7c347796e8b (diff) | |
download | ports-c7a6f12d72438292339d1995109b26461c806e84.tar.gz ports-c7a6f12d72438292339d1995109b26461c806e84.zip |
Notes
Diffstat (limited to 'net-im/bsflite')
-rw-r--r-- | net-im/bsflite/Makefile | 29 | ||||
-rw-r--r-- | net-im/bsflite/distinfo | 2 | ||||
-rw-r--r-- | net-im/bsflite/files/patch-Makefile | 19 | ||||
-rw-r--r-- | net-im/bsflite/files/patch-imcomm::Makefile | 18 | ||||
-rw-r--r-- | net-im/bsflite/pkg-descr | 9 | ||||
-rw-r--r-- | net-im/bsflite/pkg-plist | 7 |
6 files changed, 84 insertions, 0 deletions
diff --git a/net-im/bsflite/Makefile b/net-im/bsflite/Makefile new file mode 100644 index 000000000000..7b24e480a248 --- /dev/null +++ b/net-im/bsflite/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: bsflite +# Date created: 3 June 2005 +# Whom: Emanuel Haupt <ehaupt@critical.ch> +# +# $FreeBSD$ +# + +PORTNAME= bsflite +DISTVERSION= 0.80 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR=bsflite + +MAINTAINER= ehaupt@critical.ch +COMMENT= A lightweight command line AIM client + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bsflite ${PREFIX}/bin + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/config-example ${EXAMPLESDIR} + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in COPYING ChangeLog README + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/net-im/bsflite/distinfo b/net-im/bsflite/distinfo new file mode 100644 index 000000000000..a4999472cde4 --- /dev/null +++ b/net-im/bsflite/distinfo @@ -0,0 +1,2 @@ +MD5 (bsflite-0.80.tar.gz) = 31589a230e4ccfaae1225d080d3b7d6d +SIZE (bsflite-0.80.tar.gz) = 50529 diff --git a/net-im/bsflite/files/patch-Makefile b/net-im/bsflite/files/patch-Makefile new file mode 100644 index 000000000000..85c194f80130 --- /dev/null +++ b/net-im/bsflite/files/patch-Makefile @@ -0,0 +1,19 @@ +--- Makefile.orig Mon Jun 6 02:49:25 2005 ++++ Makefile Mon Jun 6 02:49:41 2005 +@@ -2,7 +2,6 @@ + #EXEC=bsflite.exe + #CC=i386-pc-msdosdjgpp-gcc + #CC=mingw32-gcc +-CC=gcc + # + # Remove -DTIMESTAMPS to remove timestamps on messages/events + # +@@ -18,7 +17,7 @@ + # Add -DBELL_ON_INCOMING to sound an alert when a message + # comes in. + # +-CFLAGS=-O -DTIMESTAMPS ++CFLAGS+=-DTIMESTAMPS + #CFLAGS+=-I/usr/local/djgpp/watt/inc + # + # Add -lsocket -lnsl for Solaris diff --git a/net-im/bsflite/files/patch-imcomm::Makefile b/net-im/bsflite/files/patch-imcomm::Makefile new file mode 100644 index 000000000000..385f7176a0d8 --- /dev/null +++ b/net-im/bsflite/files/patch-imcomm::Makefile @@ -0,0 +1,18 @@ +--- imcomm/Makefile.orig Mon Jun 6 02:49:47 2005 ++++ imcomm/Makefile Mon Jun 6 02:50:17 2005 +@@ -1,15 +1,11 @@ + EXEC=test + #AR=i386-pc-msdosdjgpp-ar + #AR=mingw32-ar +-AR=ar + #RANLIB=i386-pc-msdosdjgpp-ranlib + #RANLIB=mingw32-ranlib +-RANLIB=ranlib + LIB=libimcomm.a + #CC=i386-pc-msdosdjgpp-gcc + #CC=mingw32-gcc +-CC=gcc +-CFLAGS=-O + RM=rm -f + #CFLAGS+=-I/usr/local/djgpp/watt/inc + # diff --git a/net-im/bsflite/pkg-descr b/net-im/bsflite/pkg-descr new file mode 100644 index 000000000000..6fd862488063 --- /dev/null +++ b/net-im/bsflite/pkg-descr @@ -0,0 +1,9 @@ +BSFlite is a small and minimalistic client for AIM service. Instead of having a +full screen console interface, BSFlite employs a command line interface that +allows your fingers to do all of the work without needlessly sifting through +windows. + +WWW: http://bsflite.sourceforge.net/ + +- ehaupt +ehaupt@critical.ch diff --git a/net-im/bsflite/pkg-plist b/net-im/bsflite/pkg-plist new file mode 100644 index 000000000000..326de7ec6975 --- /dev/null +++ b/net-im/bsflite/pkg-plist @@ -0,0 +1,7 @@ +bin/bsflite +%%EXAMPLESDIR%%/config-example +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README +@dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% |