diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-13 02:21:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-13 02:21:34 +0000 |
commit | f970ac02efac8b83f30f30baa84bd30e0b9879c4 (patch) | |
tree | 0f0c6735897aad9c02f0dfdc79bd33153e6571fa /graphics/gtkdps | |
parent | fd5f76a00c89d1b53450e8cfd5964a0f4c2819b0 (diff) | |
download | ports-f970ac02efac8b83f30f30baa84bd30e0b9879c4.tar.gz ports-f970ac02efac8b83f30f30baa84bd30e0b9879c4.zip |
Initial import of gtkdsp version 0.2.11.
gtk bindings for the Display ghostscript system.
PR: 7183 (8 of 9)
Submitted by: Yukihiro Nakai <Nakai@technologist.com>
Notes
Notes:
svn path=/head/; revision=11892
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r-- | graphics/gtkdps/Makefile | 27 | ||||
-rw-r--r-- | graphics/gtkdps/distinfo | 1 | ||||
-rw-r--r-- | graphics/gtkdps/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gtkdps/pkg-descr | 1 | ||||
-rw-r--r-- | graphics/gtkdps/pkg-plist | 15 |
5 files changed, 45 insertions, 0 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile new file mode 100644 index 000000000000..c6b639875c56 --- /dev/null +++ b/graphics/gtkdps/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gtkdps +# Version required: 0.2.11 +# Date created: 21 April 1998 +# Whom: Yukihiro Nakai <Nakai@technologist.com> +# +# $Id$ +# + +DISTNAME= gtkDPS-0.2.11 +PKGNAME= gtkdps-0.2.11 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gyve/fullkit/gyve-0.1.2.4/ + +MAINTAINER= Nakai@technologist.com + +LIB_DEPENDS= gtk\\.1:${PORTSDIR}/x11/gtk +BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs + +CONFIGURE_ARGS+= --with-dps-includes=${X11BASE}/include \ + --with-dps-libraries=${X11BASE}/lib +GNU_CONFIGURE= yes +USE_X11= yes + +post-install: + ${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/graphics/gtkdps/distinfo b/graphics/gtkdps/distinfo new file mode 100644 index 000000000000..843b881d7ff6 --- /dev/null +++ b/graphics/gtkdps/distinfo @@ -0,0 +1 @@ +MD5 (gtkDPS-0.2.11.tar.gz) = a1552e3889719dc41cd30b2f050abdc4 diff --git a/graphics/gtkdps/pkg-comment b/graphics/gtkdps/pkg-comment new file mode 100644 index 000000000000..083ef82caef7 --- /dev/null +++ b/graphics/gtkdps/pkg-comment @@ -0,0 +1 @@ +gtk bindings for the Display GhostScript System diff --git a/graphics/gtkdps/pkg-descr b/graphics/gtkdps/pkg-descr new file mode 100644 index 000000000000..083ef82caef7 --- /dev/null +++ b/graphics/gtkdps/pkg-descr @@ -0,0 +1 @@ +gtk bindings for the Display GhostScript System diff --git a/graphics/gtkdps/pkg-plist b/graphics/gtkdps/pkg-plist new file mode 100644 index 000000000000..b135ce2992f5 --- /dev/null +++ b/graphics/gtkdps/pkg-plist @@ -0,0 +1,15 @@ +include/gtkDPS/fonts.h +include/gtkDPS/gdkDPS.h +include/gtkDPS/gdkDPS_gdkutils.h +include/gtkDPS/gtkDPS.h +include/gtkDPS/gtkDPSarea.h +include/gtkDPS/gtkDPScontext.h +include/gtkDPS/gtkDPSfontpanel.h +include/gtkDPS/gtkDPSwidget.h +lib/libgtkDPS.a +lib/libgtkDPS.la +lib/libgtkDPS.so +lib/libgtkDPS.so.1.0 +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R +@dirrm include/gtkDPS |