25 lines
455 B
Makefile
25 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.14 2010/10/19 08:14:01 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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clts/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|