freebsd-ports/x11/stjerm/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

25 lines
494 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 gnome pkgconfig xorg
USE_GNOME= vte gtk20
USE_XORG= xinerama
PLIST_FILES= bin/stjerm man/man8/${PORTNAME}.8.gz
.include <bsd.port.mk>