diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-05-18 21:26:50 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-05-18 21:26:50 +0000 |
commit | e1a86f3168fdbb6508792511551443c4aaf116a2 (patch) | |
tree | 5208110a22a56b2e398ad8f978199ad7bc4d2865 /x11-themes/qtcurve-gtk2/Makefile | |
parent | 3ebfd7377f8b66b84568a2b600490418f3b33ab8 (diff) | |
download | ports-e1a86f3168fdbb6508792511551443c4aaf116a2.tar.gz ports-e1a86f3168fdbb6508792511551443c4aaf116a2.zip |
Notes
Diffstat (limited to 'x11-themes/qtcurve-gtk2/Makefile')
-rw-r--r-- | x11-themes/qtcurve-gtk2/Makefile | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/x11-themes/qtcurve-gtk2/Makefile b/x11-themes/qtcurve-gtk2/Makefile index 06b3a9ddf0ca..8b01351a3296 100644 --- a/x11-themes/qtcurve-gtk2/Makefile +++ b/x11-themes/qtcurve-gtk2/Makefile @@ -1,18 +1,12 @@ -# Created by: Dmitry Klimov <lazyklimm@gmail.com> # $FreeBSD$ PORTNAME= qtcurve -PORTVERSION= 1.8.16 -CATEGORIES= x11-themes -MASTER_SITES= http://craigd.wikispaces.com/file/view/ -PKGNAMEPREFIX= gtk2- -PKGNAMESUFFIX= -theme -DISTNAME= QtCurve-Gtk2-${PORTVERSION} +PORTREVISION= 0 -MAINTAINER= makc@FreeBSD.org -COMMENT= QtCurve GTK2 Theme Engine +COMMENT= QtCurve GTK+ 2.x engine and theme -USES= cmake pkgconfig tar:bzip2 -USE_GNOME= gtk20 +QTCURVE_SLAVE= gtk2 -.include <bsd.port.mk> +MASTERDIR= ${.CURDIR}/../qtcurve + +.include "${MASTERDIR}/Makefile" |