1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/math/pantheon-calculator/Makefile
Rene Ladan c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00

26 lines
634 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= pantheon-calculator
PORTVERSION= 0.1.2
CATEGORIES= math
MASTER_SITES= https://launchpadlibrarian.net/303135059/ \
https://launchpad.net/${PORTNAME}/0.4-loki/${PORTVERSION}/+download/
DIST_SUBDIR= pantheon
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple calculator written in Vala
LICENSE= GPLv3
BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libgranite.so:x11-toolkits/granite \
libgee-0.8.so:devel/libgee
USES= cmake:outsource pkgconfig gettext tar:xz
USE_GNOME= glib20 gtk30 cairo gdkpixbuf2 intltool
GLIB_SCHEMAS= org.pantheon.calculator.gschema.xml
.include <bsd.port.mk>