diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-15 21:31:51 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-15 21:31:51 +0000 |
commit | ad845afd747e409e183ef62b461e5f32d3cfdc03 (patch) | |
tree | d8f33f4cfa39cc549bbc0fde9dfc09774fb79dcd /x11-themes/gtkstep | |
parent | 67c317cd6f9ccad18ebe3b83b646da2868ca946c (diff) | |
download | ports-ad845afd747e409e183ef62b461e5f32d3cfdc03.tar.gz ports-ad845afd747e409e183ef62b461e5f32d3cfdc03.zip |
Notes
Diffstat (limited to 'x11-themes/gtkstep')
-rw-r--r-- | x11-themes/gtkstep/Makefile | 6 | ||||
-rw-r--r-- | x11-themes/gtkstep/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/gtkstep/pkg-descr | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/x11-themes/gtkstep/Makefile b/x11-themes/gtkstep/Makefile index 29bd3342bc37..2bb06a6625c2 100644 --- a/x11-themes/gtkstep/Makefile +++ b/x11-themes/gtkstep/Makefile @@ -8,11 +8,15 @@ PORTNAME= gtkstep PORTVERSION= 2.2 CATEGORIES= x11-toolkits -MASTER_SITES= http://bsd.tucows.stop.hu/files/ +MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= pool/main/g/gtk-engines-gtkstep +DISTNAME= gtk-engines-${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= A theme module to make GTK+ look like the NeXTSTEP(tm) interface +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + USE_X_PREFIX= yes USE_GNOME= gtk12 USE_LIBTOOL= yes diff --git a/x11-themes/gtkstep/distinfo b/x11-themes/gtkstep/distinfo index 54a6092dda70..1e0999edcbcd 100644 --- a/x11-themes/gtkstep/distinfo +++ b/x11-themes/gtkstep/distinfo @@ -1 +1 @@ -MD5 (gtkstep-2.2.tar.gz) = 22716ce2b8d4d1de8b2947aec3e75064 +MD5 (gtk-engines-gtkstep_2.2.orig.tar.gz) = 22716ce2b8d4d1de8b2947aec3e75064 diff --git a/x11-themes/gtkstep/pkg-descr b/x11-themes/gtkstep/pkg-descr index 3ba7d32490c2..67c4111272e6 100644 --- a/x11-themes/gtkstep/pkg-descr +++ b/x11-themes/gtkstep/pkg-descr @@ -1,4 +1,2 @@ GTKstep is a GTK+ theme engine to improve the boring GTK+ look and feel with the NeXTSTEP(tm) look and feel. - -WWW: http://ulli.on.openave.net/gtkstep/ |