2013-09-20 18:43:52 +02:00
|
|
|
# Created by: trasz
|
2006-07-16 22:02:27 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xhomer
|
2006-11-24 23:24:33 +01:00
|
|
|
DISTVERSION= 9-16-06
|
2008-03-22 15:48:03 +01:00
|
|
|
PORTREVISION= 2
|
2006-11-24 23:24:33 +01:00
|
|
|
PORTEPOCH= 1
|
2006-07-16 22:02:27 +02:00
|
|
|
CATEGORIES= emulators
|
|
|
|
MASTER_SITES= http://xhomer.isani.org/xhomer/
|
|
|
|
|
2010-10-25 22:09:06 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-07-16 22:02:27 +02:00
|
|
|
COMMENT= Emulator for the DEC Pro 350 computer
|
|
|
|
|
2014-07-29 21:11:51 +02:00
|
|
|
USES= gmake tar:tgz
|
2008-03-22 15:48:03 +01:00
|
|
|
USE_XORG= xt sm ice xext x11
|
2006-07-16 22:02:27 +02:00
|
|
|
ALL_TARGET= clean xhomer
|
2016-06-24 16:03:43 +02:00
|
|
|
INSTALL_TARGET= # empty
|
2006-07-16 22:02:27 +02:00
|
|
|
CFLAGS+= -Wall -ffloat-store
|
2016-06-24 16:03:43 +02:00
|
|
|
|
2006-07-16 22:02:27 +02:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
2016-06-24 16:03:43 +02:00
|
|
|
PLIST_FILES= bin/xhomer
|
2006-07-16 22:02:27 +02:00
|
|
|
PORTDOCS= README LICENSE SIMH
|
2016-06-24 16:03:43 +02:00
|
|
|
PORTEXAMPLES= xhomer.cfg
|
2006-07-16 22:02:27 +02:00
|
|
|
|
2014-10-31 22:38:35 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
|
2016-06-24 16:03:43 +02:00
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
|
2006-07-16 22:02:27 +02:00
|
|
|
post-install:
|
2014-02-05 10:17:08 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xhomer ${STAGEDIR}${PREFIX}/bin
|
2016-06-24 16:03:43 +02:00
|
|
|
|
|
|
|
post-install-DOCS-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
|
|
|
post-install-EXAMPLES-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
2014-02-05 10:17:08 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/xhomer.cfg ${STAGEDIR}${EXAMPLESDIR}
|
2006-07-16 22:02:27 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|