summaryrefslogtreecommitdiff
path: root/editors/textedit/Makefile
blob: ce2a6c080ad877f467c80f32dfde2b8c6bc6e73d (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
25
26
# Created by: gurkan@phys.ethz.ch
# $FreeBSD$

PORTNAME=	textedit
PORTVERSION=	4.0
PORTREVISION=	3
CATEGORIES=	editors gnustep
MASTER_SITES=	http://git.savannah.gnu.org/cgit/backbone.git/snapshot/
DISTNAME=	backbone-6343263e17c5cd771770dabc2559ac07ffedcf29

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Basic text editor for GNUstep

BROKEN=		Does not link

USE_BZIP2=	yes
USE_GNUSTEP=	yes
USE_GNUSTEP_BACK=	yes
USE_GNUSTEP_BUILD=	yes
USE_GNUSTEP_INSTALL=	yes

USE_GNUSTEP_MAKE_DIRS=	System/Applications/TextEdit
MAKE_ENV+=	GNUSTEP_INSTALLATION_DOMAIN=SYSTEM

NO_STAGE=	yes
.include <bsd.port.mk>