freebsd-ports/sysutils/contractor/Makefile
Olivier Duchateau 4c8736f8f1 Contractor is an extension service that allows applications to use the
exposed functionnality of registered apps. This way, applications don't have
to have the functions hard coded into them.

WWW: https://launchpad.net/contractor
2014-05-29 17:11:38 +00:00

23 lines
523 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= contractor
PORTVERSION= 0.3.1
CATEGORIES= sysutils
MASTER_SITES= https://launchpadlibrarian.net/176424633/ \
https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
DIST_SUBDIR= eos
MAINTAINER= olivierd@FreeBSD.org
COMMENT= Desktop-wide extension service
LICENSE= GPLv3
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee
USE_GCC= yes
USES= cmake pkgconfig
USE_GNOME= glib20
.include <bsd.port.mk>