1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/tmake/Makefile
Daniel Engberg 88e272a417 devel/tmake: Deprecate and set expiration date to 2023-12-31
Last release of this fork was in 2004, superseded by qmake around the
same time

References:
http://qtandeverything.blogspot.com/search/label/tmake
https://www.qt.io/blog/2018/05/24/porting-from-qt-1-0

PR:		274649
Approved by:	portmgr (maintaimer timeout, 3+ weeks)
2023-11-18 10:24:48 +01:00

36 lines
929 B
Makefile

PORTNAME= tmake
PORTVERSION= 2.12
CATEGORIES= devel perl5
MASTER_SITES= SF \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extremely portable perl-based make utility
WWW= https://tmake.sourceforge.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Last release in 2004 and dead upstream, superseded by qmake
EXPIRATION_DATE=2023-12-31
USES= perl5 shebangfix zip
NO_ARCH= yes
NO_BUILD= yes
SHEBANG_FILES= bin/progen bin/tmake
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/lib/freebsd-g++/tmake.conf
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
cd ${WRKSRC}/bin/ && ${INSTALL_SCRIPT} progen tmake ${STAGEDIR}${PREFIX}/bin/
cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ '! -name *.bak -and ! -name *.orig'
@${ECHO_MSG}
@${ECHO_MSG} "Make sure to set your TMAKEPATH environment variable to ${DATADIR}/freebsd-g++"
@${ECHO_MSG}
.include <bsd.port.mk>