1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/graphics/edje_viewer/Makefile
Stanislav Sedov 422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
2011-10-24 03:33:20 +00:00

27 lines
562 B
Makefile

# New ports collection makefile for: edje_viewer
# Date created: 2006-08-14
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $MBSDlabs$
# $FreeBSD$
#
PORTNAME= edje_viewer
PORTVERSION= 20110129
CATEGORIES= graphics enlightenment
MASTER_SITES= http://files.roorback.net/e17/2011-01-29/extra/
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple viewer for .edj files
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_EFL= evas ecore edje elementary
USE_EFL_ECORE= file
USE_GNOME= gnomehack pkgconfig
USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>