1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/x11/stjerm/Makefile
Pawel Pekala a78ba6ed0b - Update toversion 0.15
- Fix --toggle option by replacing the call pidof to pgrep

PR:		ports/161529
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2011-10-13 14:47:37 +00:00

29 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.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>