diff options
Diffstat (limited to 'x11-toolkits/gtkstep/Makefile')
-rw-r--r-- | x11-toolkits/gtkstep/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/gtkstep/Makefile b/x11-toolkits/gtkstep/Makefile index 29bd3342bc37..2bb06a6625c2 100644 --- a/x11-toolkits/gtkstep/Makefile +++ b/x11-toolkits/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 |