mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5fe982bdb6
PR: 15867 Submitted by: maintainer
22 lines
437 B
Makefile
22 lines
437 B
Makefile
# New ports collection makefile for: bcc
|
|
# Version required: "1995 Mar 12 10:29 UTC"
|
|
# Date created: 26 March 1995
|
|
# Whom: joerg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= sdcc-2.1.9Ea
|
|
PKGNAME= sdcc-2.1.9
|
|
CATEGORIES= devel lang
|
|
MASTER_SITES= http://www.geocities.com/ResearchTriangle/Forum/1353/
|
|
|
|
MAINTAINER= ambrisko@whistle.com
|
|
|
|
WRKSRC= ${WRKDIR}/sdcc219Ea
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= dep all
|
|
|
|
.include <bsd.port.mk>
|