22 lines
371 B
Makefile
22 lines
371 B
Makefile
# $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
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clts/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|