ed1ad7e1b9
- Change Makefile headers to shorter form Feature safe: yes
21 lines
450 B
Makefile
21 lines
450 B
Makefile
# Created by: Stanislav Sedov <stas@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= emprint
|
|
PORTVERSION= 20111128
|
|
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= ecore evas edje imlib2
|
|
USE_EFL_ECORE= file x11 evas
|
|
USE_GNOME= gnomehack pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|