1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11/mrxvt/Makefile
Kirill Ponomarev 906835db10 Fix plist and cleanup after repocopy.
Pointyhat to:	edwin
Approved by:	portmgr (implicit)
2005-01-06 08:39:11 +00:00

40 lines
846 B
Makefile

# 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>