1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/x11-toolkits/granite/Makefile
Yuri Victorovich a64dae44fd x11-toolkits/granite: Update to 0.5
Port changes:
* Change to DISTVERSION
* Change to github

Bump x11/pantheon-terminal and math/pantheon-calculator

While in math/pantheon-calculator:
* Add LICENSE_FILE

While in x11/pantheon-terminal:
* Add missing dependencies in LIB_DEPENDS
* Add missing dependencies in USE_GNOME
* Group USExx accorfing to the portlint warning
* Change USES=cmake to USES=cmake:outsource

PR:		226696
Submitted by:	Greg V <greg@unrelenting.technology>
2018-03-21 05:52:33 +00:00

32 lines
632 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
#
PORTNAME= granite
DISTVERSION= 0.5
CATEGORIES= x11-toolkits
MAINTAINER= ports@FreeBSD.org
COMMENT= Extensions of GTK+3 toolkit
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libgee-0.8.so:devel/libgee
RUN_DEPENDS= contractor:sysutils/contractor
USES= cmake gettext pkgconfig tar:xz
USE_GITHUB= yes
GH_ACCOUNT= elementary
USE_GNOME= glib20 gtk30 cairo introspection:build
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
CFLAGS+= -Wno-return-type
post-patch:
${REINPLACE_CMD} -e 's|FFREE_|FREE_|' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>