summaryrefslogtreecommitdiff
path: root/x11/stjerm/Makefile
blob: e261b0a81505b932251b32e2bd520a3656581888 (plain)
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
27
28
# New ports collection makefile for:	stjerm
# Date created:		2011-03-25
# Whom:			Zhihao Yuan <lichray@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	stjerm
PORTVERSION=	0.15
CATEGORIES=	x11
MASTER_SITES=	http://stjerm-terminal.googlecode.com/files/

MAINTAINER=	lichray@gmail.com
COMMENT=	A GTK+-based quake-like terminal emulator

USE_AUTOTOOLS=	aclocal autoheader automake
AUTOMAKE_ARGS=	--add-missing
ACLOCAL_ARGS=	--acdir=${ACLOCAL_DIR} \
		-I${LOCALBASE}/share/aclocal
USE_GNOME=	vte gtk20
GNU_CONFIGURE=	yes
USE_GMAKE=	yes

MAN8=		stjerm.8
LICENSE_FILE=	${WRKSRC}/COPYING
PLIST_FILES=	bin/stjerm

.include <bsd.port.mk>