1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11/stjerm/Makefile
Mathieu Arnold 90a49f0472 Cleanup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-30 21:25:06 +00:00

26 lines
483 B
Makefile

# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= stjerm
PORTVERSION= 0.18
DISTVERSIONPREFIX= v
CATEGORIES= x11
MAINTAINER= lichray@gmail.com
COMMENT= GTK+-based quake-like terminal emulator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GNU_CONFIGURE= yes
LIBS+= -L${LOCALBASE}/lib -lXinerama
USES= autoreconf gmake pkgconfig
USE_GNOME= vte gtk20
USE_XORG= xinerama
PLIST_FILES= bin/stjerm man/man8/${PORTNAME}.8.gz
.include <bsd.port.mk>