1999-08-21 22:41:28 +02:00
|
|
|
# New ports collection makefile for: xtermset
|
|
|
|
# Date created: 21 August 1999
|
|
|
|
# Whom: Dominik Rothert <dr@domix.de>
|
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1999-08-21 22:41:28 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= xtermset
|
2001-04-17 10:41:23 +02:00
|
|
|
PORTVERSION= 0.5.1
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
1999-08-21 22:41:28 +02:00
|
|
|
CATEGORIES= x11
|
2000-11-05 19:42:19 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= clts
|
1999-08-21 22:41:28 +02:00
|
|
|
|
2003-11-19 20:28:40 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Dynamically change some settings of an xterm
|
1999-08-21 22:41:28 +02:00
|
|
|
|
2000-11-05 19:42:19 +01:00
|
|
|
GNU_CONFIGURE= yes
|
1999-08-21 22:41:28 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= xtermset.1
|
2001-04-17 10:41:23 +02:00
|
|
|
MAN5= terms.5
|
1999-08-21 22:41:28 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2000-11-05 19:42:19 +01:00
|
|
|
MANCOMPRESSED= no
|
1999-08-21 22:41:28 +02:00
|
|
|
|
|
|
|
post-install:
|
2003-09-24 11:37:11 +02:00
|
|
|
${STRIP_CMD} ${PREFIX}/bin/xtermset
|
1999-08-21 22:41:28 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|