2012-12-19 13:28:37 +01:00
|
|
|
# Created by: Olivier Cochard-Labbe <olivier@cochard.me>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= editor
|
|
|
|
PORTVERSION= 0.2.1
|
2013-11-04 21:56:58 +01:00
|
|
|
PORTREVISION= 1
|
2012-12-19 13:28:37 +01:00
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= http://www.defora.org/os/download/download/3702/
|
|
|
|
PKGNAMEPREFIX= deforaos-
|
2013-02-10 15:10:50 +01:00
|
|
|
DISTNAME= Editor-${PORTVERSION}
|
2012-12-19 13:28:37 +01:00
|
|
|
|
|
|
|
MAINTAINER= olivier@cochard.me
|
|
|
|
COMMENT= DeforaOS desktop text editor
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2013-11-04 21:56:58 +01:00
|
|
|
LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \
|
|
|
|
libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop
|
2012-12-19 13:28:37 +01:00
|
|
|
|
2013-02-10 15:10:50 +01:00
|
|
|
MAKE_ARGS= PREFIX=${PREFIX}
|
2013-11-04 21:56:58 +01:00
|
|
|
USES= desktop-file-utils gettext pkgconfig
|
|
|
|
USE_GNOME= gtk20
|
2012-12-19 13:28:37 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|