2d250bb95e
- Update EFL to 1.7.4 - Convert to OptionsNG Approved by: crees (mentor)
19 lines
430 B
Makefile
19 lines
430 B
Makefile
# Created by: Stanislav Sedov <stas@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= emprint
|
|
PORTVERSION= 20120918
|
|
CATEGORIES= x11 enlightenment
|
|
MASTER_SITES= http://files.roorback.net/e17/extra/
|
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
|
COMMENT= Utility for taking screenshots for E17
|
|
|
|
DIST_SUBDIR= e17
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_EFL= eina evas ecore
|
|
USE_EFL_ECORE= evas file input x11
|
|
USE_GNOME= gnomehack pkgconfig
|
|
|
|
.include <bsd.port.mk>
|