blob: 176da5b73fcf4c506d0a7449ea532162b190140d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|