mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
00bda700bc
Approved by: portmgr (blanket infrastructure)
24 lines
573 B
Makefile
24 lines
573 B
Makefile
# Created by: Zhihao Yuan <lichray@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= stjerm
|
|
PORTVERSION= 0.16
|
|
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= --automake-acdir=${ACLOCAL_DIR} \
|
|
-I${LOCALBASE}/share/aclocal
|
|
USE_GNOME= vte gtk20
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake pkgconfig
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
PLIST_FILES= bin/stjerm man/man8/${PORTNAME}.8.gz
|
|
|
|
.include <bsd.port.mk>
|