Lines 2-22
Link Here
|
2 |
# $FreeBSD: head/x11/xtermcontrol/Makefile 357526 2014-06-11 18:55:29Z marino $ |
2 |
# $FreeBSD: head/x11/xtermcontrol/Makefile 357526 2014-06-11 18:55:29Z marino $ |
3 |
|
3 |
|
4 |
PORTNAME= xtermcontrol |
4 |
PORTNAME= xtermcontrol |
5 |
PORTVERSION= 2.10 |
5 |
PORTVERSION= 3.2 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= x11 |
6 |
CATEGORIES= x11 |
8 |
MASTER_SITES= http://www.thrysoee.dk/xtermcontrol/ |
7 |
MASTER_SITES= http://www.thrysoee.dk/xtermcontrol/ \ |
|
|
8 |
http://fossies.org/linux/privat/ |
9 |
|
9 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= ports@FreeBSD.org |
11 |
COMMENT= Tool for dynamic control of xterm properties |
11 |
COMMENT= Tool for dynamic control of xterm properties |
12 |
|
12 |
|
|
|
13 |
LICENSE= GPLv2 # (or later) |
14 |
|
13 |
RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm |
15 |
RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm |
14 |
|
16 |
|
15 |
USES= gettext |
|
|
16 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
17 |
CPPFLAGS+= -I${LOCALBASE}/include |
18 |
CONFIGURE_ENV= ac_cv_header_libintl_h=no |
18 |
LIBS+= -L${LOCALBASE}/lib |
19 |
CONFIGURE_ARGS= --disable-silent-rules |
19 |
|
20 |
|
20 |
PLIST_FILES= bin/xtermcontrol man/man1/${PORTNAME}.1.gz |
21 |
PLIST_FILES= bin/xtermcontrol man/man1/xtermcontrol.1.gz |
21 |
|
22 |
|
22 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.mk> |