diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-31 20:54:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-31 20:54:33 +0800 |
commit | 03a0e914fa8db255c92e0c14b1de293cc9d9289d (patch) | |
tree | fe5ca8b944f3240d3f37706de3eb75f0ef4a1b4d /deskutils | |
parent | e944cf6ea95bc665cec8c729dc069bc655f53dab (diff) | |
download | freebsd-ports-graphics-03a0e914fa8db255c92e0c14b1de293cc9d9289d.tar.gz freebsd-ports-graphics-03a0e914fa8db255c92e0c14b1de293cc9d9289d.tar.zst freebsd-ports-graphics-03a0e914fa8db255c92e0c14b1de293cc9d9289d.zip |
- Add LICENSE_FILE
- Switch to USES=libarchive
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/osmo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile index 21e47bd37e7..6b6d259e016 100644 --- a/deskutils/osmo/Makefile +++ b/deskutils/osmo/Makefile @@ -3,6 +3,7 @@ PORTNAME= osmo PORTVERSION= 0.2.12 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION} @@ -10,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Personal organizer LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libical.so:${PORTSDIR}/devel/libical \ libnotify.so:${PORTSDIR}/devel/libnotify \ @@ -17,11 +19,10 @@ LIB_DEPENDS= libical.so:${PORTSDIR}/devel/libical \ libgtkspell.so:${PORTSDIR}/textproc/gtkspell \ libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 -USES= gettext gmake pkgconfig +USES= gettext gmake libarchive pkgconfig USE_GNOME= gtk20 libxml2 USE_SQLITE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBARCHIVE_CFLAGS=" " LIBARCHIVE_LIBS="-larchive" INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include |