blob: f13cb711cc3ef769b9adab3de704789e97b2281f (
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
|
# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= gnome-todo
PORTVERSION= 3.18.1
PORTREVISION= 2
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Small application to manage your personal tasks
PORTSCOUT= limitw:1,even
USES= compiler:c11 gettext gmake gnome libtool \
pathfix pkgconfig tar:xz
USE_GNOME= evolutiondataserver3 gnomedesktop3 gtk30 intlhack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.gnome.todo.gschema.xml
.include <bsd.port.mk>
|