1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net/uhttpmock/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

25 lines
633 B
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= uhttpmock
PORTVERSION= 0.5.0
CATEGORIES= net gnome
MASTER_SITES= http://tecnocode.co.uk/downloads/uhttpmock/
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= HTTP web service mocking library for GNOME
BUILD_DEPENDS= gnome-autogen.sh:devel/gnome-common \
vapigen:lang/vala \
gtkdoc-rebase:textproc/gtk-doc
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix gtk20 introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>