freebsd-ports/sysutils/contractor/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

24 lines
539 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= contractor
PORTVERSION= 0.3.1
PORTREVISION= 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>