diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-12-04 12:26:26 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-12-04 12:26:26 +0000 |
commit | fb3679b2f46b518accea983343f610bd4ecad154 (patch) | |
tree | ad50928af82422ebc87cdb89f46884591c6b618a /graphics | |
parent | bc9545394e5e4c6bfa85c27f0ed80593b6b38444 (diff) | |
download | ports-fb3679b2f46b518accea983343f610bd4ecad154.tar.gz ports-fb3679b2f46b518accea983343f610bd4ecad154.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gtkdps/Makefile | 41 | ||||
-rw-r--r-- | graphics/gtkdps/distinfo | 2 | ||||
-rw-r--r-- | graphics/gtkdps/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/gtkdps/pkg-plist | 19 |
5 files changed, 0 insertions, 67 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 08f4e37e241b..23ece5d3d1fc 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -321,7 +321,6 @@ SUBDIR += gtimelapse SUBDIR += gtk-update-icon-cache SUBDIR += gtkam - SUBDIR += gtkdps SUBDIR += gts SUBDIR += guilib SUBDIR += gwenview-kde4 diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile deleted file mode 100644 index d2f79e646320..000000000000 --- a/graphics/gtkdps/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: Yukihiro Nakai <Nakai@technologist.com> -# $FreeBSD$ - -PORTNAME= gtkdps -PORTVERSION= 0.3.4 -PORTREVISION= 8 -CATEGORIES= graphics -# ftp://ftp.gyve.org/pub/gtkDPS/ -MASTER_SITES= LOCAL/dinoex -DISTNAME= gtkDPS-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Gtk bindings for the Display GhostScript System - -DEPRECATED= No more upstream. Not used in the ports tree -EXPIRATION_DATE= 2016-12-02 - -LIB_DEPENDS= libdpstk.so:x11/dgs - -USES= libtool -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-dps-includes=${LOCALBASE}/include \ - --with-dps-libraries=${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - -NLS_USES= gettext - -post-patch: - @${REINPLACE_CMD} 's|gnulocaledir)|DESTDIR)$$(&|' \ - ${WRKSRC}/po/Makefile.in.in - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtkDPS.so - -.include <bsd.port.mk> diff --git a/graphics/gtkdps/distinfo b/graphics/gtkdps/distinfo deleted file mode 100644 index 7d55692027f3..000000000000 --- a/graphics/gtkdps/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gtkDPS-0.3.4.tar.gz) = 4470246387b4da2b6776851c6c6c618626d25385c92572cf8926dd7e2d5420ce -SIZE (gtkDPS-0.3.4.tar.gz) = 283091 diff --git a/graphics/gtkdps/pkg-descr b/graphics/gtkdps/pkg-descr deleted file mode 100644 index 88be0e2c64d1..000000000000 --- a/graphics/gtkdps/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A set of functions, objects, and widgets to use Display GhostScript System -easily with GTK. - -WWW: http://www.gyve.org/gtkDPS/ diff --git a/graphics/gtkdps/pkg-plist b/graphics/gtkdps/pkg-plist deleted file mode 100644 index f3042e3a74d7..000000000000 --- a/graphics/gtkdps/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/gtkDPS-config -include/gtkDPS/gdkDPS.h -include/gtkDPS/gdkDPSfont.h -include/gtkDPS/gdkDPSgeometry.h -include/gtkDPS/gdkDPSline.h -include/gtkDPS/gtkDPS.h -include/gtkDPS/gtkDPSarea.h -include/gtkDPS/gtkDPScontext.h -include/gtkDPS/gtkDPSfontsel.h -include/gtkDPS/gtkDPSintl.h -include/gtkDPS/gtkDPSlinesel.h -include/gtkDPS/gtkDPSpaintsel.h -include/gtkDPS/gtkDPSwidget.h -include/gtkDPS/parseAFM.h -lib/libgtkDPS.a -lib/libgtkDPS.so -lib/libgtkDPS.so.1.0.0 -share/aclocal/gtkDPS.m4 -%%NLS%%share/locale/ja/LC_MESSAGES/gtkDPS.mo |