aboutsummaryrefslogtreecommitdiffstats
path: root/x11/terminal.app/Makefile
blob: 649a3a16cfb70dee66aed12931c78f9a5e3e0f70 (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
# New ports collection makefile for:    terminal.app
# Date created:         28 Aug 2006
# Whom:                 gurkan@phys.ethz.ch
#
# $FreeBSD$
#

PORTNAME=   terminal.app
PORTVERSION=    0.9.8
CATEGORIES= x11 gnustep
MASTER_SITES=   ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= gap
DISTNAME=   Terminal-${PORTVERSION}


MAINTAINER= ports@FreeBSD.org
COMMENT=    Terminal Emulator for GNUstep

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

MAKE_ENV+=  GNUSTEP_INSTALLATION_DOMAIN=SYSTEM

.include <bsd.port.mk>