mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
28 lines
580 B
Makefile
28 lines
580 B
Makefile
# New ports collection makefile for: terminal.app
|
|
# Date created: 28 Aug 2006
|
|
# Whom: gurkan@phys.ethz.ch
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= terminal.app
|
|
PORTVERSION= 0.9.7
|
|
DISTVERSIONSUFFIX= +cvs20051125.orig
|
|
CATEGORIES= x11 gnustep
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= gap
|
|
DISTNAME= Terminal-${PORTVERSION}
|
|
|
|
|
|
MAINTAINER= dinoex@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>
|