aboutsummaryrefslogblamecommitdiff
path: root/x11/xtermcontrol/Makefile
blob: 850e3cea78837dcc85d8dd084542d8a8b804ec52 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                    
                   
                 
                   

                                                    
                                 

                                                            
                                           
 

                   

                                                   




                                
# New ports collection makefile for:	xtermcontrol
# Date created:				23.12.2004
# Whom:					krion
#
# $FreeBSD$
#

PORTNAME=	xtermcontrol
PORTVERSION=	2.8
PORTREVISION=	3
CATEGORIES=	x11
MASTER_SITES=	http://www.thrysoee.dk/xtermcontrol/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tool for dynamic control of xterm properties

RUN_DEPENDS=	xterm:${PORTSDIR}/x11/xterm

USE_GETTEXT=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"

PLIST_FILES=	bin/xtermcontrol
MAN1=		${PORTNAME}.1

.include <bsd.port.mk>