mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
3814180e35
- Allow staging - Change lib depends to new format - USES desktop-file-utils PR: ports/183643 Submitted by: maintainer
25 lines
580 B
Makefile
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>
|