mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
8585380da5
Noticed by: "QA Tindy"
35 lines
801 B
Makefile
35 lines
801 B
Makefile
# New ports collection makefile for: evilvte
|
|
# Date created: 2008/06/03
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= evilvte
|
|
PORTVERSION= 0.4.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-toolkits gnome
|
|
MASTER_SITES= http://www.calno.com/${PORTNAME}/ \
|
|
LOCAL/chinsan/${PORTNAME}/
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= A VTE based, super lightweight terminal emulator
|
|
|
|
BUILD_DEPENDS= vte:${PORTSDIR}/x11-toolkits/vte
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= evilvte.1 showvte.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '37,38 d' ${WRKSRC}/Makefile
|
|
@${REINPLACE_CMD} -e 's|\(FONT_SIZE\).*|\1 12|' ${WRKSRC}/src/config.h
|
|
|
|
post-install:
|
|
# install manual
|
|
${INSTALL_MAN} ${WRKSRC}/misc/evilvte.1 ${PREFIX}/man/man1
|
|
${INSTALL_MAN} ${WRKSRC}/misc/showvte.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|