diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-25 22:36:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-25 22:36:44 +0000 |
commit | 96abb7a57b844bf1f6d7bb84ddc3ea8625c1cd7b (patch) | |
tree | 4267986638bd6a27f64834495b4aa4474322524a /japanese/gxditview | |
parent | c438a46382d554f251114e3885c3993ab5384805 (diff) | |
download | ports-96abb7a57b844bf1f6d7bb84ddc3ea8625c1cd7b.tar.gz ports-96abb7a57b844bf1f6d7bb84ddc3ea8625c1cd7b.zip |
Notes
Diffstat (limited to 'japanese/gxditview')
-rw-r--r-- | japanese/gxditview/Makefile | 65 | ||||
-rw-r--r-- | japanese/gxditview/distinfo | 4 | ||||
-rw-r--r-- | japanese/gxditview/files/Imakefile | 6 | ||||
-rw-r--r-- | japanese/gxditview/pkg-descr | 2 | ||||
-rw-r--r-- | japanese/gxditview/pkg-plist | 2 |
5 files changed, 0 insertions, 79 deletions
diff --git a/japanese/gxditview/Makefile b/japanese/gxditview/Makefile deleted file mode 100644 index 198012cc39ef..000000000000 --- a/japanese/gxditview/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: gxditview (part of ja-groff) -# Date created: 14 April 1995 -# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> -# -# $FreeBSD$ -# - -PORTNAME= gxditview -PORTVERSION= 1.18.1 -DISTVERSIONSUFFIX= .1 -PORTREVISION= 10 -CATEGORIES= japanese print -MASTER_SITES= ${MASTER_SITE_DEBIAN} -MASTER_SITE_SUBDIR= pool/main/g/groff -DISTNAME= groff-${PORTVERSION}${DISTVERSIONSUFFIX} -DISTFILES= ${DISTNAME:S,-,_,}.orig${EXTRACT_SUFX} - -PATCH_SITES= ${MASTER_SITE_DEBIAN} -PATCH_SITE_SUBDIR= pool/main/g/groff -PATCHFILES= ${DISTNAME:S,-,_,}-12.diff.gz -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Japanese enhancement of GNU xditview - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -RUN_DEPENDS= ${LOCALBASE}/bin/groff:${PORTSDIR}/japanese/groff - -CONFLICTS= gxditview-[1-9]* - -GNU_CONFIGURE= yes -USE_IMAKE= yes -USE_XORG= ice sm x11 xaw xext xmu xp xpm xt -USE_ICONV= yes - -CONFIGURE_ARGS= --program-prefix=g --enable-multibyte -CONFIGURE_ENV= INSTALL_MAN="${INSTALL_MAN}" \ - LIBS="-L${LOCALBASE}/lib -liconv" -CFLAGS+= -I${LOCALBASE}/include - -MAKE_ARGS= GROFF_PREFIX=${LOCALBASE} \ - EXTRA_LIBRARIES="-L${LOCALBASE}/lib -liconv" -XDITVIEW_WRKSRC=${WRKDIR}/${DISTNAME}/src/xditview -BUILD_WRKSRC= ${XDITVIEW_WRKSRC} -INSTALL_WRKSRC= ${XDITVIEW_WRKSRC} - -MAN1= gxditview.1 - -.include <bsd.port.pre.mk> - -post-extract: - ${CP} ${FILESDIR}/Imakefile ${WRKSRC} - -post-patch: - ${REINPLACE_CMD} -e 's|^\(GROFF_PREFIX =\) @prefix@|\1 ${LOCALBASE}|g;' \ - ${XDITVIEW_WRKSRC}/Imakefile.in - ${REINPLACE_CMD} -e 's|-I$$(TOOLKITSRC)|-I${LOCALBASE}/include|g;' \ - ${XDITVIEW_WRKSRC}/Imakefile.in - -post-configure: - (cd ${XDITVIEW_WRKSRC}; ${SETENV} ${MAKE_ENV} ${XMKMF}) - -.include <bsd.port.post.mk> diff --git a/japanese/gxditview/distinfo b/japanese/gxditview/distinfo deleted file mode 100644 index 4d9c3346e3ff..000000000000 --- a/japanese/gxditview/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (groff_1.18.1.1.orig.tar.gz) = e1ad500044e1e9bfd851d5dd60ff64b980b88af68feed020ae372447cbb9d7b0 -SIZE (groff_1.18.1.1.orig.tar.gz) = 2260623 -SHA256 (groff_1.18.1.1-12.diff.gz) = 71b1b7a75ca6f2f2a29b8093c16508841487eae92e2750fb49d297e89d0d3c97 -SIZE (groff_1.18.1.1-12.diff.gz) = 127812 diff --git a/japanese/gxditview/files/Imakefile b/japanese/gxditview/files/Imakefile deleted file mode 100644 index d24d0397dd59..000000000000 --- a/japanese/gxditview/files/Imakefile +++ /dev/null @@ -1,6 +0,0 @@ -#define IHaveSubdirs - -#SUBDIRS= src/xditview - -#MakeSubdirs($(SUBDIRS)) -#DependSubdirs($(SUBDIRS)) diff --git a/japanese/gxditview/pkg-descr b/japanese/gxditview/pkg-descr deleted file mode 100644 index f642217289ee..000000000000 --- a/japanese/gxditview/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This is Japanized gxditview, a X11 previewer for jgroff which -based on MIT's xditview and GNU's modification. diff --git a/japanese/gxditview/pkg-plist b/japanese/gxditview/pkg-plist deleted file mode 100644 index 2a69adab1dfd..000000000000 --- a/japanese/gxditview/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/gxditview -lib/X11/app-defaults/GXditview |