diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-19 14:50:26 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-19 14:50:26 +0000 |
commit | 1675ff649cded4c85d65feb0f4c5cc87010242eb (patch) | |
tree | 3e3556f1e26a35be0250e7f749680b9fc30e9c6b /x11-toolkits/linux-c7-gtk2/Makefile | |
parent | 4fd1b570a8aec1244c7b8469c29c309a96a46804 (diff) | |
download | ports-1675ff649cded4c85d65feb0f4c5cc87010242eb.tar.gz ports-1675ff649cded4c85d65feb0f4c5cc87010242eb.zip |
Notes
Diffstat (limited to 'x11-toolkits/linux-c7-gtk2/Makefile')
-rw-r--r-- | x11-toolkits/linux-c7-gtk2/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-toolkits/linux-c7-gtk2/Makefile b/x11-toolkits/linux-c7-gtk2/Makefile new file mode 100644 index 000000000000..aa48e75d74f9 --- /dev/null +++ b/x11-toolkits/linux-c7-gtk2/Makefile @@ -0,0 +1,24 @@ +# Created by: Piotr Kubaj <pkubaj@anongoth.pl> +# $FreeBSD$ + +PORTNAME= gtk2 +PORTVERSION= 2.24.28 +CATEGORIES= x11-toolkits linux +LIB_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + ${PORTNAME}-immodules-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} +SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GTK+ library, version 2.X (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 8.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= atk gdkpixbuf2 pango xorglibs +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}0/pkg-descr + +.include <bsd.port.mk> |