freebsd-ports/x11/stjerm/Makefile
Pawel Pekala dab1f39591 - Update to version 0.18, now hosted at GitHub [1]
- Reword pkgdescr, new homepage [1]
- Convert to USES=autoreconf

PR:		198891 [1]
Submitted by:	lichray@gmail.com (maintainer) [1]
2015-03-30 16:35:39 +00:00

25 lines
490 B
Makefile

# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= stjerm
PORTVERSION= 0.18
CATEGORIES= x11
MAINTAINER= lichray@gmail.com
COMMENT= GTK+-based quake-like terminal emulator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_TAGNAME= v${DISTVERSION}
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>