freebsd-ports/x11/stjerm/Makefile
Wen Heping 9d13f9f1c4 Stjerm is a quake-like terminal emulator. It's window is shown with a key
shortcut. Stjerm is very minimalistic and works well with Compiz window
manager.

WWW: https://code.google.com/p/stjerm-terminal/

PR:		ports/155939
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2011-05-13 01:08:41 +00:00

28 lines
618 B
Makefile

# New ports collection makefile for: stjerm
# Date created: 2011-03-25
# Whom: Zhihao Yuan <lichray@gmail.com>
#
# $FreeBSD$
#
PORTNAME= stjerm
PORTVERSION= 0.14
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>