diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-16 16:29:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-16 16:29:00 +0000 |
commit | 01357d86c7c4a9fbbed59e93d1023992e87da711 (patch) | |
tree | 645050eccc76479d08a3599ae11f6cb8e75a019e /sysutils/gfslicer | |
parent | 83524af5fe08cab5ed3cfe553adcabe11a6e5dc1 (diff) | |
download | ports-01357d86c7c4a9fbbed59e93d1023992e87da711.tar.gz ports-01357d86c7c4a9fbbed59e93d1023992e87da711.zip |
- Fix MASTER_SITES
- Remove obsolete WWW: line
- Distfile was moved to new MASTER_SITES and compressed with
another compression level, so no changes.
PR: ports/64337
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=104177
Diffstat (limited to 'sysutils/gfslicer')
-rw-r--r-- | sysutils/gfslicer/Makefile | 18 | ||||
-rw-r--r-- | sysutils/gfslicer/distinfo | 4 | ||||
-rw-r--r-- | sysutils/gfslicer/pkg-descr | 2 |
3 files changed, 9 insertions, 15 deletions
diff --git a/sysutils/gfslicer/Makefile b/sysutils/gfslicer/Makefile index f9dbe3a5f81c..775a5c16f566 100644 --- a/sysutils/gfslicer/Makefile +++ b/sysutils/gfslicer/Makefile @@ -10,18 +10,22 @@ PORTNAME= gfslicer PORTVERSION= 1.5.4 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://www.geocities.com/gfslicer/ +MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= A utility to split and join files BUILD_DEPENDS= ${LOCALBASE}/share/automake14/install-sh:${PORTSDIR}/devel/automake14 -USE_REINPLACE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + USE_X_PREFIX= yes -USE_GNOME= gnomelibs gnomeprefix gnomehack +USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= gfslicer.1 MANCOMPRESSED= yes @@ -32,14 +36,6 @@ post-extract: .endfor @${RM} -f ${WRKSRC}/config.cache -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ - s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ - s|$$(top_builddir)/intl/libintl.a| -lintl|' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-I$$(top_srcdir)/intl||g ; s|intl po|po|g ;' - post-install: ${INSTALL_MAN} ${WRKSRC}/${MAN1}.gz ${MANPREFIX}/man/man1 diff --git a/sysutils/gfslicer/distinfo b/sysutils/gfslicer/distinfo index 8a66ced3ac05..deec2fedba76 100644 --- a/sysutils/gfslicer/distinfo +++ b/sysutils/gfslicer/distinfo @@ -1,2 +1,2 @@ -MD5 (gfslicer-1.5.4.tar.gz) = 1e38f702f42e08392b205a6d5f16cb54 -SIZE (gfslicer-1.5.4.tar.gz) = 181860 +MD5 (gfslicer_1.5.4.orig.tar.gz) = 78b8e66beb4af36ff5a18147c8daf967 +SIZE (gfslicer_1.5.4.orig.tar.gz) = 181879 diff --git a/sysutils/gfslicer/pkg-descr b/sysutils/gfslicer/pkg-descr index 6b191e1d52b8..85295dcd0f42 100644 --- a/sysutils/gfslicer/pkg-descr +++ b/sysutils/gfslicer/pkg-descr @@ -7,5 +7,3 @@ 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/ |