2008-06-21 06:05:46 +02:00
|
|
|
# New ports collection makefile for: lxtask
|
|
|
|
# Date created: 2008/06/20
|
|
|
|
# Whom: chinsan
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lxtask
|
2012-02-28 21:47:11 +01:00
|
|
|
PORTVERSION= 0.1.4
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2008-06-21 06:05:46 +02:00
|
|
|
CATEGORIES= sysutils gnome
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/lxde/LXTask%20%28task%20manager%29/LXTask%20${PORTVERSION}
|
2008-06-21 06:05:46 +02:00
|
|
|
|
2010-10-02 13:19:30 +02:00
|
|
|
MAINTAINER= davide.italiano@gmail.com
|
2008-06-21 06:05:46 +02:00
|
|
|
COMMENT= A lightweight desktop-independent task manager
|
|
|
|
|
|
|
|
USE_GNOME= gtk20 intlhack
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_ICONV= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2010-10-02 13:19:30 +02:00
|
|
|
post-install:
|
|
|
|
@${ECHO_CMD} ${PKGMESSAGE}
|
|
|
|
|
2008-06-21 06:05:46 +02:00
|
|
|
.include <bsd.port.mk>
|