freebsd-ports/devel/sdcc/Makefile
2003-05-06 23:48:21 +00:00

25 lines
488 B
Makefile

# New ports collection makefile for: bcc
# Date created: 26 March 1995
# Whom: joerg
#
# $FreeBSD$
#
PORTNAME= sdcc
PORTVERSION= 2.1.9
CATEGORIES= devel lang
MASTER_SITES= http://www.geocities.com/ResearchTriangle/Forum/1353/
DISTNAME= ${PORTNAME}-${PORTVERSION}Ea
MAINTAINER= ambrisko@freebsd.org
COMMENT= Cross compile 8051 code
BROKEN= "Broken pkg-plist"
WRKSRC= ${WRKDIR}/sdcc219Ea
GNU_CONFIGURE= yes
USE_BISON= yes
USE_GMAKE= yes
ALL_TARGET= dep all
.include <bsd.port.mk>