diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-26 16:50:56 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-26 16:50:56 +0000 |
commit | 9a35ee9ef655fae8e86ab2c17d6ed180886fbb91 (patch) | |
tree | 7023b76e922dc6fd1307e335c18aa932a8bad848 | |
parent | 18283fe6be54e8d94986846cfa3b3e976c154a86 (diff) | |
download | ports-9a35ee9ef655fae8e86ab2c17d6ed180886fbb91.tar.gz ports-9a35ee9ef655fae8e86ab2c17d6ed180886fbb91.zip |
Notes
-rw-r--r-- | graphics/gtkdps/Makefile | 14 | ||||
-rw-r--r-- | graphics/gtkdps/distinfo | 2 | ||||
-rw-r--r-- | graphics/gtkdps/pkg-plist | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index b3c9bf116b71..e705457e75d2 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -1,25 +1,25 @@ # New ports collection makefile for: gtkdps -# Version required: 0.2.16 +# Version required: 0.3.1 # Date created: 21 April 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ # -DISTNAME= gtkDPS-0.2.16 -PKGNAME= gtkdps-0.2.16 +DISTNAME= gtkDPS-0.3.1 +PKGNAME= gtkdps-0.3.1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gyve/fullkit/gyve-0.2.1/ +MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gtkDPS/ MAINTAINER= nacai@iname.com -LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \ --with-dps-libraries=${X11BASE}/lib -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" USE_LIBTOOL= yes -USE_X_PREFIX= yes .include <bsd.port.mk> diff --git a/graphics/gtkdps/distinfo b/graphics/gtkdps/distinfo index 7a3a8538af21..c6884f93440e 100644 --- a/graphics/gtkdps/distinfo +++ b/graphics/gtkdps/distinfo @@ -1 +1 @@ -MD5 (gtkDPS-0.2.16.tar.gz) = b056af782a1bb80539fc82d41d1f0721 +MD5 (gtkDPS-0.3.1.tar.gz) = f3ea647dfc398c5a7c4d987d4d7ea7cc diff --git a/graphics/gtkdps/pkg-plist b/graphics/gtkdps/pkg-plist index fa7d77d5e9b2..a7d8e4d930dc 100644 --- a/graphics/gtkdps/pkg-plist +++ b/graphics/gtkdps/pkg-plist @@ -1,10 +1,10 @@ -include/gtkDPS/fonts.h +bin/gtkDPS-config 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/gdkDPSfont.h +include/gtkDPS/gtkDPSfontsel.h include/gtkDPS/gtkDPSwidget.h lib/libgtkDPS.a lib/libgtkDPS.so |