17 lines
243 B
Makefile
17 lines
243 B
Makefile
COMMENT= dynamically change some settings of an xterm
|
|
|
|
DISTNAME= xtermset-0.5.2
|
|
REVISION= 3
|
|
CATEGORIES= x11
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clts/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|