1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/editors/deforaos-editor/Makefile
William Grzybowski 3814180e35 editors/deforaos-editor: allow staging
- Allow staging
- Change lib depends to new format
- USES desktop-file-utils

PR:		ports/183643
Submitted by:	maintainer
2013-11-04 20:56:58 +00:00

25 lines
580 B
Makefile

# Created by: Olivier Cochard-Labbe <olivier@cochard.me>
# $FreeBSD$
PORTNAME= editor
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.defora.org/os/download/download/3702/
PKGNAMEPREFIX= deforaos-
DISTNAME= Editor-${PORTVERSION}
MAINTAINER= olivier@cochard.me
COMMENT= DeforaOS desktop text editor
LICENSE= GPLv3
LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \
libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop
MAKE_ARGS= PREFIX=${PREFIX}
USES= desktop-file-utils gettext pkgconfig
USE_GNOME= gtk20
.include <bsd.port.mk>