1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11/emprint/Makefile
Antoine Brodin 4416f0f3ab Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 05:29:53 +00:00

20 lines
403 B
Makefile

# Created by: Stanislav Sedov <stas@FreeBSD.org>
# $FreeBSD$
PORTNAME= emprint
PORTVERSION= 20130520
CATEGORIES= x11 enlightenment
MASTER_SITES= LOCAL/gblach/e17/extra/
MAINTAINER= gblach@FreeBSD.org
COMMENT= Utility for taking screenshots for E17
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= pkgconfig
USE_EFL= eina evas ecore
USE_EFL_ECORE= evas file input x11
.include <bsd.port.mk>