freebsd-ports/x11/xtermset/Makefile
Peter Pentchev a26cd8acb6 Update to 0.5.1 and fix a bug related to using freed memory.
Maintainer feedback timed out - the DNS setup of astorit.com is badly broken.
In view of the imminent ports freeze for 4.3-RELEASE, I think that in this
case, MAINTAINER can be overridden.

PR:		26572
Submitted by:	Max Khon <fjoe@newst.net>
2001-04-17 08:41:23 +00:00

28 lines
473 B
Makefile

# New ports collection makefile for: xtermset
# Date created: 21 August 1999
# Whom: Dominik Rothert <dr@domix.de>
#
# $FreeBSD$
#
PORTNAME= xtermset
PORTVERSION= 0.5.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= clts
MAINTAINER= dr@astorit.com
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= xtermset.1
MAN5= terms.5
USE_X_PREFIX= yes
MANCOMPRESSED= no
post-install:
strip ${PREFIX}/bin/xtermset
.include <bsd.port.mk>