blob: 333a3abe7fdb8640044f613f149d5e336ff19a74 (
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
|
# Created by: Olivier Cochard-Labbe <olivier@cochard.me>
# $FreeBSD$
PORTNAME= todo
PORTVERSION= 0.1.2
CATEGORIES= deskutils
MASTER_SITES= http://www.defora.org/os/download/download/3506/
PKGNAMEPREFIX= deforaos-
DISTNAME= Todo-${PORTVERSION}
MAINTAINER= olivier@cochard.me
COMMENT= DeforaOS desktop todo list
LICENSE= GPLv3
LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \
Desktop:${PORTSDIR}/x11/deforaos-libdesktop
USES= pkgconfig gettext
USE_GNOME= gtk20 desktopfileutils
INSTALLS_ICONS= yes
MAKE_ARGS+= PREFIX=${PREFIX}
.include <bsd.port.mk>
|