2006-07-10 22:13:10 +02:00
|
|
|
# New ports collection makefile for: e17-module-snow
|
|
|
|
# Date created: 23 June 2006
|
|
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= snow
|
2012-06-26 19:36:30 +02:00
|
|
|
PORTVERSION= 20111128
|
2010-12-14 08:30:56 +01:00
|
|
|
CATEGORIES= x11-wm enlightenment
|
2012-06-26 19:36:30 +02:00
|
|
|
MASTER_SITES= http://files.roorback.net/e17/modules/
|
2006-07-10 22:13:10 +02:00
|
|
|
PKGNAMEPREFIX= e17-module-
|
|
|
|
|
2012-04-10 20:04:10 +02:00
|
|
|
MAINTAINER= magik@roorback.net
|
2006-07-10 22:13:10 +02:00
|
|
|
COMMENT= An e17 module which draws snowflakes on your screen
|
|
|
|
|
2010-12-14 08:30:56 +01:00
|
|
|
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
|
|
|
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
2006-07-10 22:13:10 +02:00
|
|
|
|
2010-12-14 08:30:56 +01:00
|
|
|
DIST_SUBDIR= e17
|
2006-10-08 15:48:37 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-07-10 22:13:10 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= pkgconfig
|
2010-12-14 08:30:56 +01:00
|
|
|
USE_EFL= edje libtool_hack modarch_hack
|
2006-07-12 22:22:53 +02:00
|
|
|
|
2006-07-10 22:13:10 +02:00
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2007-03-24 15:03:59 +01:00
|
|
|
.include <bsd.port.mk>
|