blob: 591760609f0c128288acc1ab9f114820485bf8cf (
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
|
# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $
COMMENT = terminal emulator for the X Window System.
DISTNAME = xterm-366
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
MASTER_SITES = ftp://ftp.invisible-island.net/xterm/
EXTRACT_SUFX = .tgz
LIB_DEPENDS = x11/libXaw \
x11/libXft \
x11/libXinerama
RUN_DEPENDS = x11/libXcursor
USE_GMAKE = Yes
CONFIGURE_STYLE = simple
CONFIGURE_ARGS =
.include <bsd.port.mk>
|