head	1.4;
access;
symbols
	RELEASE_4_EOL:1.2;
locks; strict;
comment	@# @;


1.4
date	2007.04.10.17.40.44;	author miwi;	state dead;
branches;
next	1.3;

1.3
date	2007.02.11.01.23.30;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2007.01.18.08.05.35;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.30.19.23.37;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@2007-03-27 emulators/kmamerun: Project was abandoned 4 years ago and expects an old version of XMAME, please use other frontends instead (like gxmame)
2007-03-28 graphics/hobbes-icons-xpm: Archaic port
2007-04-10 japanese/firefox-ja: Incomplete pkg-plist
2007-04-10 japanese/lookup-xemacs: Does not install
2007-04-10 lang/linux-hla: Does not compile
2007-04-10 mail/vmailmgr: Incomplete pkg-plist
2007-04-10 multimedia/qvamps: Touches filesystem prior to 'make install'
2007-03-10 net-mgmt/sting: Broken on all supported versions of FreeBSD
2007-04-10 net-mgmt/tas: Incomplete pkg-plist
2007-04-10 net-p2p/verlihub-plugins: Does not configure, it needs at least verlihub 1.0
2007-04-10 news/inn-stable: Fails to patch
2007-04-10 palm/malsync: Does not build with new pilot-link
2007-04-10 russian/elm.language: Leaves behind files on deinstall
2007-04-10 russian/pine.language: Leaves behind config file on deinstall
2007-04-01 science/py-scipy03: Replaced by py-scipy
2007-04-10 security/php4-cryptopp: Does not compile
@
text
@# ports collection makefile for: linux-hla
# Date created:         26 December 2006
# Whom:                 Hernan Di Pietro <hernan.di.pietro@@gmail.com>
#
# $FreeBSD: ports/lang/linux-hla/Makefile,v 1.3 2007/02/11 01:23:30 kris Exp $
#

PORTNAME=	hla
PORTVERSION=	1.86
CATEGORIES=	lang
MASTER_SITES=	http://webster.cs.ucr.edu/AsmTools/HLA/HLAv${PORTVERSION}/
PKGNAMEPREFIX=	linux-
DISTNAME=	hla

MAINTAINER=	hernan.di.pietro@@gmail.com
COMMENT=	Randall Hyde High-Level Assembly (HLA) port

IA32_BINARY_PORT=	yes
USE_LINUX=	yes
NO_INSTALL_MANPAGES=	yes
NO_BUILD=	yes
SUB_FILES=	pkg-message

BROKEN=		Does not compile
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2007-04-10

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/hla ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/hlaparse ${PREFIX}/bin
	${MKDIR} ${PREFIX}/include/hla
	${MKDIR} ${PREFIX}/lib/hla
	${INSTALL_DATA} ${WRKSRC}/hlalib/hlalib.a ${PREFIX}/lib/hla
	${MKDIR} ${PREFIX}/include/hla/os
	${INSTALL_DATA} ${WRKSRC}/include/*.hhf ${PREFIX}/include/hla
	${INSTALL_DATA} ${WRKSRC}/include/*.scc ${PREFIX}/include/hla
	${INSTALL_DATA} ${WRKSRC}/include/os/*.hhf ${PREFIX}/include/hla/os
	${INSTALL_DATA} ${WRKSRC}/include/os/*.scc ${PREFIX}/include/hla/os

post-install:
	${BRANDELF} -t Linux ${PREFIX}/bin/hla
	${BRANDELF} -t Linux ${PREFIX}/bin/hlaparse

	${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.3
log
@Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- BROKEN: does not build

Submitted by:   pointyhat via kris
Discussed with: maintainer
@
text
@d25 2
@


1.1
log
@This is the port of Randall Hyde's High Level Assembly (HLA).
Don't let the name fool you. HLA is "real" assembly language,
just made easier for beginners so they can learn the language
faster than ever before. Anything you can do with a traditional
assembler can be done with HLA; HLA just happens to do a lot
more than traditional assemblers!

WWW: http://webster.cs.ucr.edu/

PR:		ports/107224
Submitted by:	Hernan Di Pietro <hernan.di.pietro at gmail.com>
@
text
@d24 2
@

