diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-22 15:35:04 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-22 15:35:04 +0000 |
commit | a526a56286553f63fd30f05a41f0c921f79d7dc9 (patch) | |
tree | b5f02ec31040b5923d1e68405e03a00589431dcd /x11-themes | |
parent | 240b41084201e5bb22e0dda93641c988d3ff02e6 (diff) | |
download | ports-a526a56286553f63fd30f05a41f0c921f79d7dc9.tar.gz ports-a526a56286553f63fd30f05a41f0c921f79d7dc9.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/linux-gtk-bluecurve-theme/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/linux-gtk-bluecurve-theme/Makefile b/x11-themes/linux-gtk-bluecurve-theme/Makefile index c187f4c346ca..a66f11dd99cf 100644 --- a/x11-themes/linux-gtk-bluecurve-theme/Makefile +++ b/x11-themes/linux-gtk-bluecurve-theme/Makefile @@ -8,13 +8,14 @@ PORTNAME= gtk-bluecurve-theme DISTVERSION= 0.117-1 CATEGORIES= x11-themes linux -MASTER_SITE_SUBDIR= 3/${LINUX_ARCH}/os/Fedora/RPMS/ DISTNAME= redhat-artwork-${DISTVERSION} MAINTAINER= jylefort@FreeBSD.org COMMENT= The Bluecurve GTK+ 1.x and 2.x themes (Linux version) ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX_RPM= yes +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr # GTK+ 1.x theme engine GTK1_RCDIR= gtk @@ -56,4 +57,4 @@ do-install: . endfor .endfor -.include "${.CURDIR}/../../audio/linux-openal/bsd.linux.mk" +.include <bsd.port.mk> |