From df101763be5b05f92d0ae6f660f8015835cdda40 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Thu, 3 Feb 2011 01:58:21 +0000 Subject: - new port companion to fldigi Submitted by: self Reviewed by: rneese a gmail.com Feature safe: yes --- comms/flwrap/Makefile | 37 +++++++++++++++++++++++++++++++++++++ comms/flwrap/distinfo | 2 ++ comms/flwrap/pkg-descr | 6 ++++++ comms/flwrap/pkg-plist | 6 ++++++ 4 files changed, 51 insertions(+) create mode 100644 comms/flwrap/Makefile create mode 100644 comms/flwrap/distinfo create mode 100644 comms/flwrap/pkg-descr create mode 100644 comms/flwrap/pkg-plist (limited to 'comms/flwrap') diff --git a/comms/flwrap/Makefile b/comms/flwrap/Makefile new file mode 100644 index 000000000000..5ca04229bd14 --- /dev/null +++ b/comms/flwrap/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: flwrap +# Date created: January 23 2011 +# Whom: Diane Bruce +# +# $FreeBSD$ +# + +PORTNAME= flwrap +PORTVERSION= 1.1.1 +CATEGORIES= comms hamradio +MASTER_SITES= http://www.w1hkj.com/fldigi-distro/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= db + +MAINTAINER= db@FreeBSD.org +COMMENT= Flwrap is a companion utility for fldigi + +LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +post-configure: + @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|' \ + -e 's|^CPPFLAGS|#CPPFLAGS|' \ + ${WRKSRC}/src/Makefile + +post-install: +.if !defined(NOPORTDOCS) + @${ECHO} "" + @${MKDIR} ${DOCSDIR} + @@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + @${ECHO} "flwrap docs installed in ${DOCSDIR}" + @${ECHO} "" +.endif + +.include diff --git a/comms/flwrap/distinfo b/comms/flwrap/distinfo new file mode 100644 index 000000000000..71263ca673b4 --- /dev/null +++ b/comms/flwrap/distinfo @@ -0,0 +1,2 @@ +SHA256 (flwrap-1.1.1.tar.gz) = c81a32ab61fcd67e1c6526c24695c2635e271acf18e1cba6d784247a6cb75ab6 +SIZE (flwrap-1.1.1.tar.gz) = 186323 diff --git a/comms/flwrap/pkg-descr b/comms/flwrap/pkg-descr new file mode 100644 index 000000000000..69ab7aa0d044 --- /dev/null +++ b/comms/flwrap/pkg-descr @@ -0,0 +1,6 @@ +The flwrap executable is a small desktop application that encapsulates +a text file, an image file, or a binary file within a set of identifier +blocks. These blocks include a 16 bit checksum that is used to test +the encapsulated file for integrity. + +WWW: http://www.w1hkj.com/Flwrap/ diff --git a/comms/flwrap/pkg-plist b/comms/flwrap/pkg-plist new file mode 100644 index 000000000000..b914f20ae64d --- /dev/null +++ b/comms/flwrap/pkg-plist @@ -0,0 +1,6 @@ +bin/flwrap +share/applications/flwrap.desktop +share/pixmaps/flwrap.xpm +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry share/applications -- cgit v1.2.3