1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/sdcc/Makefile

22 lines
423 B
Makefile
Raw Normal View History

# New ports collection makefile for: bcc
# Date created: 26 March 1995
# Whom: joerg
#
# $FreeBSD$
#
2000-04-14 05:44:42 +00:00
PORTNAME= sdcc
PORTVERSION= 2.1.9
CATEGORIES= devel lang
MASTER_SITES= http://www.geocities.com/ResearchTriangle/Forum/1353/
2000-04-14 05:44:42 +00:00
DISTNAME= ${PORTNAME}-${PORTVERSION}Ea
MAINTAINER= ambrisko@whistle.com
WRKSRC= ${WRKDIR}/sdcc219Ea
GNU_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= dep all
.include <bsd.port.mk>