14f7c29430
Mk/Uses/alias.mk was an attempt for compat with DPorts, but has rotted. This feature was never documented in the PHB, so there is no work to be done by the docs@ team. Nothing against DragonFly, but if DPorts still needs FreeBSD 9 support, they really should work that out with upstream projects. Ultimately, we don't need to keep carrying this outdated feature that doesn't affect us.
29 lines
688 B
Makefile
29 lines
688 B
Makefile
PORTNAME= asl
|
|
PORTVERSION= 1.42.183
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/
|
|
DISTNAME= ${PORTNAME}-${VERSION}
|
|
|
|
MAINTAINER= doconnor@gsoft.com.au
|
|
COMMENT= Assembler for a variety of microcontrollers/-processors
|
|
WWW= http://john.ccac.rwth-aachen.de:8000/as/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BROKEN_i386= typedef redefinition with different types ('unsigned long' vs 'unsigned long long')
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
|
|
USES= gmake
|
|
MAKE_ARGS+= INSTROOT=${STAGEDIR}
|
|
WRKSRC= ${WRKDIR}/asl-current
|
|
|
|
VERSION= current-142-bld183
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/Makefile.def ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|