blob: 2dc766c12cd5f0f4881e7b70ebe3715b971114cd (
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
39
|
# New ports collection makefile for: mrxvt
# Date created: 27 Nov 2004
# Whom: David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= mrxvt
PORTVERSION= 0.3.9
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= materm
MAINTAINER= dyeske@yahoo.com
COMMENT= A tabbed version of rxvt
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" \
LIBS="${LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib"
MAN1= mrxvt.1
PLIST_FILES= bin/mrxvt
PORTDOCS= TIPS README.greek README.menu README.xvt \
xdefaults-sample.txt xterm.seq mrxvt.vbs
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 500000
IGNORE= Does not build
.endif
.include <bsd.port.post.mk>
|