summaryrefslogtreecommitdiff
path: root/x11/xterm/Makefile
blob: e0d03808f316dc9a7d26edfbf0db93f079de565c (plain)
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
29
30
31
32
33
34
COMMENT =	terminal emulator for the X Window System. 
DISTNAME =	xterm-382

CATEGORIES =	x11

HOMEPAGE =	https://invisible-island.net/xterm/xterm.html

MAINTAINER =		xenocara@openbsd.org

# MIT
PERMIT_PACKAGE =	Yes

WANTLIB =		ICE X11 Xaw7 Xext Xft Xinerama Xmu Xpm Xt \
			c curses fontconfig freetype util

SITES =		https://invisible-island.net/archives/xterm/

EXTRACT_SUFX =		.tgz

MODULES =		xenocara

LIB_DEPENDS =		x11/libXaw \
			x11/libXft \
			x11/libXinerama

RUN_DEPENDS =		x11/libXcursor

USE_GMAKE =		Yes

CONFIGURE_STYLE =	gnu

SEPARATE_BUILD =	Yes

.include <bsd.port.mk>