mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
bd8cad365f
- bump PORTREVISION Noted by: kris PR: ports/103997 Approved by: portmgr (kris)
40 lines
1017 B
Makefile
40 lines
1017 B
Makefile
# New ports collection makefile for: TiEmu-2
|
|
# Date created: 21 Feb 2006
|
|
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tiemu2
|
|
PORTVERSION= 2.08
|
|
PORTREVISION= 1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.ticalc.org/pub/unix/ \
|
|
http://freebsd.nsu.ru/distfiles/tiemu/
|
|
DISTNAME= tiemu
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= TI89(ti)/92(+)/V200 hand-helds emulator
|
|
|
|
LIB_DEPENDS= ticalcs.10:${PORTSDIR}/devel/libticalcs \
|
|
ticables.12:${PORTSDIR}/comms/libticables \
|
|
tifiles.6:${PORTSDIR}/devel/libtifiles
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk20 libglade2
|
|
USE_X_PREFIX= yes
|
|
|
|
MAN1= tiemu.1
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
post-extract: .SILENT
|
|
${REINPLACE_CMD} -e 's,\*-\*-linux\*,\*-\*-freebsd\*,' \
|
|
${WRKSRC}/configure
|
|
${REINPLACE_CMD} -E 's,(install-data-am:).*$$,\1,' ${WRKSRC}/Makefile.in
|
|
${REINPLACE_CMD} -e 's,defined(__LINUX__),& || defined(__BSD__),' \
|
|
${WRKSRC}/src/gui/calc/pckeys.h ${WRKSRC}/src/misc/paths.h
|
|
|
|
.include <bsd.port.mk>
|