diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-10 19:04:28 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-10 19:04:28 +0000 |
commit | 0f46ae5a25e7466968fc26e4cc5531ab010b68a3 (patch) | |
tree | d306e42beff26f5cf312809172fc0d8ef87b7d3d /sysutils/gfslicer | |
parent | ff3ad09477d28fad84428fdabde8b612989dc915 (diff) | |
download | ports-0f46ae5a25e7466968fc26e4cc5531ab010b68a3.tar.gz ports-0f46ae5a25e7466968fc26e4cc5531ab010b68a3.zip |
Notes
Diffstat (limited to 'sysutils/gfslicer')
-rw-r--r-- | sysutils/gfslicer/Makefile | 41 | ||||
-rw-r--r-- | sysutils/gfslicer/distinfo | 1 | ||||
-rw-r--r-- | sysutils/gfslicer/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/gfslicer/pkg-descr | 11 | ||||
-rw-r--r-- | sysutils/gfslicer/pkg-plist | 7 |
5 files changed, 61 insertions, 0 deletions
diff --git a/sysutils/gfslicer/Makefile b/sysutils/gfslicer/Makefile new file mode 100644 index 000000000000..a4298f9ba7a2 --- /dev/null +++ b/sysutils/gfslicer/Makefile @@ -0,0 +1,41 @@ +# ex:ts=8 +# Ports collection makefile for: gfslicer +# Date created: Jan 11, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= gfslicer +PORTVERSION= 1.5.4 +CATEGORIES= sysutils +MASTER_SITES= http://www.geocities.com/gfslicer/ + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext + +USE_X_PREFIX= yes +USE_GTK= yes +USE_GNOME= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +USE_GMAKE= yes + +MANCOMPRESSED= yes +MAN1= gfslicer.1 + +post-extract: +.for file in install-sh missing mkinstalldirs + @${LN} -sf ${LOCALBASE}/share/automake/${file} ${WRKSRC} +.endfor + @${RM} -f ${WRKSRC}/config.cache + +post-patch: + @${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure + +post-install: + @${CP} ${WRKSRC}/${MAN1}.gz ${MAN1PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/sysutils/gfslicer/distinfo b/sysutils/gfslicer/distinfo new file mode 100644 index 000000000000..028048113841 --- /dev/null +++ b/sysutils/gfslicer/distinfo @@ -0,0 +1 @@ +MD5 (gfslicer-1.5.4.tar.gz) = 1e38f702f42e08392b205a6d5f16cb54 diff --git a/sysutils/gfslicer/pkg-comment b/sysutils/gfslicer/pkg-comment new file mode 100644 index 000000000000..be7c5aec0e2d --- /dev/null +++ b/sysutils/gfslicer/pkg-comment @@ -0,0 +1 @@ +gfslicer helps to slice and then deslice files which are of larger size diff --git a/sysutils/gfslicer/pkg-descr b/sysutils/gfslicer/pkg-descr new file mode 100644 index 000000000000..6b191e1d52b8 --- /dev/null +++ b/sysutils/gfslicer/pkg-descr @@ -0,0 +1,11 @@ +gfslicer is a software which helps to slice and then deslice files which +are of larger size. Generally transferring of larger files is meant to +be a tough job and this one makes it possible and easy too. gfslicer is +mainly aimed at slicing and transferring files using any sort of removable +storage media. Files can be sliced to any arbitrary size as per the +requirement and can be transferred using floppies or things of that sort. +The sliced files can then be desliced to the original form with its name +and extension. A perfect checking mechanism helps in avoiding all possible +errors in the sliced and desliced files. + +WWW: http://www.geocities.com/gfslicer/ diff --git a/sysutils/gfslicer/pkg-plist b/sysutils/gfslicer/pkg-plist new file mode 100644 index 000000000000..22b449f47b46 --- /dev/null +++ b/sysutils/gfslicer/pkg-plist @@ -0,0 +1,7 @@ +bin/gfslicer +share/gnome/pixmaps/gfslicer/deslice.xpm +share/gnome/pixmaps/gfslicer/pref.xpm +share/gnome/pixmaps/gfslicer/slice.xpm +share/gnome/pixmaps/gfslicer/tar.xpm +share/gnome/pixmaps/gfslicer/untar.xpm +@dirrm share/gnome/pixmaps/gfslicer |