47d21092aa
prevents core dump with malloc options homepage moved
23 lines
469 B
Makefile
23 lines
469 B
Makefile
# $OpenBSD: Makefile,v 1.7 2003/06/11 07:35:03 wilfried Exp $
|
|
|
|
COMMENT= "dynamically change some settings of an xterm"
|
|
|
|
DISTNAME= xtermset-0.5.2
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://www.bje.nu/apps/xtermset/
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clts/}
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|