Index: head/emulators/simh-hp3000/Makefile =================================================================== --- head/emulators/simh-hp3000/Makefile (revision 542590) +++ head/emulators/simh-hp3000/Makefile (revision 542591) @@ -1,46 +1,46 @@ # $FreeBSD$ PORTNAME= hp3000 DISTVERSION= 3.11-0.8 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/hp/releases/:src \ http://simh.trailing-edge.com/hp/docs/:app \ http://www.ml1.org.uk/distfiles/:src \ http://www.ml1.org.uk/distfiles/:app PKGNAMEPREFIX= simh- DISTFILES= HP3000-source-release-${DISTVERSION:E}.zip:src DIST_SUBDIR= simh-hp EXTRACT_ONLY= HP3000-source-release-${DISTVERSION:E}.zip MAINTAINER= bob@eager.cx COMMENT= Emulates classic HP 3000 computers LICENSE= SIMHv1 LICENSE_NAME= SIMH License LICENSE_FILE= ${FILESDIR}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= ${LOCALBASE}/share/doc/hpdoc/simh_doc.pdf:emulators/simh-hpdoc -USES= gmake dos2unix zip +USES= compiler gmake dos2unix zip NO_WRKSUBDIR= yes CONFLICTS_INSTALL= simh-3.[789]* DOS2UNIX_GLOB= *.c *.h *.txt *.mak makefile SUB_FILES= hp3000.1 .include do-build: - (cd ${WRKSRC}; GCC=clang ${GMAKE} -C SCP hp3000) + (cd ${WRKSRC}; GCC=${CHOSEN_COMPILER_TYPE} ${GMAKE} -C SCP hp3000) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hp3000 ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/hp3000.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/SCP/doc/*.txt ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/SCP/doc/hp3000_guide.pdf ${STAGEDIR}${DOCSDIR} .include