svn commit: r319926 - head/emulators/ia64sim
Eitan Adler
eadler at FreeBSD.org
Tue Jun 4 22:17:13 UTC 2013
Author: eadler
Date: Tue Jun 4 22:17:12 2013
New Revision: 319926
URL: http://svnweb.freebsd.org/changeset/ports/319926
Log:
Cleanup:
- Convert to OptionsNG
- Fix formatting of pkg-descr
- Trim header
- Drop 'alpha' information
Modified:
head/emulators/ia64sim/Makefile
head/emulators/ia64sim/pkg-descr
Modified: head/emulators/ia64sim/Makefile
==============================================================================
--- head/emulators/ia64sim/Makefile Tue Jun 4 22:14:58 2013 (r319925)
+++ head/emulators/ia64sim/Makefile Tue Jun 4 22:17:12 2013 (r319926)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: ia64sim
-# Date created: Tue Oct 10, 2000
-# Whom: David O'Brien (obrien at NUXI.com)
-#
+# Created by: David O'Brien (obrien at 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
Modified: head/emulators/ia64sim/pkg-descr
==============================================================================
--- head/emulators/ia64sim/pkg-descr Tue Jun 4 22:14:58 2013 (r319925)
+++ head/emulators/ia64sim/pkg-descr Tue Jun 4 22:17:12 2013 (r319926)
@@ -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
More information about the svn-ports-head
mailing list