openbsd-ports/x11/xtermset/Makefile

22 lines
371 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.15 2013/03/11 11:46:19 espie Exp $
COMMENT= dynamically change some settings of an xterm
DISTNAME= xtermset-0.5.2
REVISION= 0
CATEGORIES= x11
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
2004-12-17 10:03:17 -05:00
WANTLIB= c
2002-05-15 14:05:18 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clts/}
CONFIGURE_STYLE= gnu
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>