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 /devel/linux-c7-libglade2/Makefile | |
parent | 4fd1b570a8aec1244c7b8469c29c309a96a46804 (diff) | |
download | ports-1675ff649cded4c85d65feb0f4c5cc87010242eb.tar.gz ports-1675ff649cded4c85d65feb0f4c5cc87010242eb.zip |
Notes
Diffstat (limited to 'devel/linux-c7-libglade2/Makefile')
-rw-r--r-- | devel/linux-c7-libglade2/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/linux-c7-libglade2/Makefile b/devel/linux-c7-libglade2/Makefile new file mode 100644 index 000000000000..419ccf3496c6 --- /dev/null +++ b/devel/linux-c7-libglade2/Makefile @@ -0,0 +1,24 @@ +# Created by: Piotr Kubaj <pkubaj@anongoth.pl> +# $FreeBSD$ + +PORTNAME= libglade2 +PORTVERSION= 2.6.4 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of libglade2 (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/usr/share/doc/${PORTNAME}-${PORTVERSION}/COPYING + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 11.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +PORTDOCS= AUTHORS COPYING NEWS README +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include <bsd.port.mk> |