aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/lxtask/Makefile
blob: 70041cb0195c7b8115fb3579a29abc91e4a2e947 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:   lxtask
# Date created:                2008/06/20
# Whom:                        chinsan
#
# $FreeBSD$
#

PORTNAME=   lxtask
PORTVERSION=    0.1
CATEGORIES= sysutils gnome
MASTER_SITES=   SF
MASTER_SITE_SUBDIR= lxde

MAINTAINER= chinsan@FreeBSD.org
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
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif

.include <bsd.port.mk>
ef='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/dns/mydns-ng?id=62b577313b0d65704b72bd2d1187e3bf4df38994'>Remove databases/postgresql-client because there can't be a -server, and havingmat2004-05-251-1/+1 * Update to 0.11.0 release.ale2004-05-242-3/+3 * Update to 0.10.4 release.ale2004-04-292-3/+3 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Update to 0.10.3 release.ale2004-03-132-4/+4 * BROKEN on alpha 5.x: does not compilekris2004-02-231-1/+7 * Update to 0.10.2 release.ale2004-02-124-11/+14 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+3 * Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1 * Switch to my @FreeBSD.org email address.ale2004-01-182-3/+3 * - Update to 0.10.1pav2003-12-173-21/+12 * - Fix a bug with incorrect config parsing until the nextkrion2003-12-042-1/+12 * USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0 * Allow easy enabling of MyDNS alias feature (courtesy of David Phillips <david...leeym2003-09-271-1/+18 * Massive repo-copies request: net->dns (partly devel->dns)edwin2003-09-05