aboutsummaryrefslogtreecommitdiff
path: root/x11/dmenu2/Makefile
blob: f3f3c32eac277646ffab2795c3df84a3ac73e072 (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
29
30
31
32
33
34
35
36
37
38
# Created by: Timothy Beyer <beyert@cs.ucr.edu>
# $FreeBSD$

PORTNAME=	dmenu2
PORTVERSION=	0.0.20150210
CATEGORIES=	x11

MAINTAINER=	beyert@cs.ucr.edu
COMMENT=	Fork of dmenu with many enhancements and additional options

BROKEN=		unfetchable

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libfreetype.so:print/freetype2 \
		libfontconfig.so:x11-fonts/fontconfig

USE_GITHUB=	yes
GH_ACCOUNT=	mrshankly
GH_TAGNAME=	a4eb44b

USE_XORG=	x11 xft xrender

PLIST_FILES=	bin/dmenu2 bin/dmenu2_path bin/dmenu2_run bin/stest2 \
		man/man1/dmenu2.1.gz man/man1/stest2.1.gz

OPTIONS_DEFINE=	XINERAMA
OPTIONS_DEFAULT=	XINERAMA

XINERAMA_USE=	XORG=xinerama
XINERAMA_CFLAGS=	-DXINERAMA
XINERAMA_LIBS=	-lXinerama

post-extract:
	@${LN} -sf ${FILESDIR}/dmenu2_path ${WRKSRC}

.include <bsd.port.mk>