Cleanup:
- Convert to OptionsNG - Fix formatting of pkg-descr - Trim header - Drop 'alpha' information
This commit is contained in:
parent
646609c6f4
commit
c9027e4bef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319926
2 changed files with 7 additions and 14 deletions
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: ia64sim
|
||||
# Date created: Tue Oct 10, 2000
|
||||
# Whom: David O'Brien (obrien@NUXI.com)
|
||||
#
|
||||
# Created by: David O'Brien (obrien@NUXI.com)
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ia64sim
|
||||
PORTVERSION= 0.5
|
||||
|
@ -20,10 +15,6 @@ USE_ZIP= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= Does not compile on alpha
|
||||
.endif
|
||||
|
||||
EXTRACT_BEFORE_ARGS= -qLa
|
||||
WRKSRC= ${WRKDIR}/home/chuck/ia64simcc
|
||||
USE_GMAKE= yes
|
||||
|
@ -36,9 +27,11 @@ pre-build:
|
|||
${RM} -f ${WRKSRC}/obj/*.o
|
||||
${RM} -f ${WRKSRC}/ia64sim
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ia64sim ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/ia64user.txt ${WRKSRC}/readme ${DOCSDIR}
|
||||
.endif
|
||||
|
|
|
@ -3,6 +3,6 @@ IA64 ISA simulator
|
|||
|
||||
Simulator for the Intel/HP IA-64 architecture.
|
||||
|
||||
WWW: http://www.boo.net/~jasonp/
|
||||
http://www.glue.umd.edu/~jasonp/
|
||||
http://www.pacificsites.com/~ccrayne/ia64.html
|
||||
WWW: http://www.boo.net/~jasonp/
|
||||
http://www.glue.umd.edu/~jasonp/
|
||||
http://www.pacificsites.com/~ccrayne/ia64.html
|
||||
|
|
Loading…
Reference in a new issue