aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xtermset/Makefile
blob: da94c17d491b39c6ccd8d91d226b06fc07094cd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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= ports@FreeBSD.org
COMMENT=    Dynamically change some settings of an xterm

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
MAN1=       xtermset.1
MAN5=       terms.5

USE_X_PREFIX=   yes
MANCOMPRESSED=  no

post-install:
    ${STRIP_CMD} ${PREFIX}/bin/xtermset

.include <bsd.port.mk>