Lines 1-26
Link Here
|
1 |
# New ports collection makefile for: see-devel |
1 |
# New ports collection makefile for: see-devel |
2 |
# Date created: 29 Oct 2005 |
2 |
# Date created: 29 Oct 2005 |
3 |
# Whom: Simun Mikecin <sime@logos.hr> |
3 |
# Whom: Simun Mikecin <numisemis@yahoo.com> |
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/lang/see-devel/Makefile,v 1.6 2006/07/16 21:09:05 linimon Exp $ |
5 |
# $FreeBSD: ports/lang/see-devel/Makefile,v 1.6 2006/07/16 21:09:05 linimon Exp $ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= see |
8 |
PORTNAME= see |
9 |
PORTVERSION= 1.3 |
9 |
PORTVERSION= 2.0.1131 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= lang devel |
10 |
CATEGORIES= lang devel |
12 |
MASTER_SITES= ftp://ftp.osuosl.org/pub/FreeBSD/distfiles/ \ |
11 |
MASTER_SITES= http://www.adaptive-enterprises.com.au/~d/software/see/ \ |
13 |
http://mirror.arcticnetwork.ca/pub/FreeBSD/distfiles/ \ |
12 |
http://freshmeat.net/redir/see/45974/url_tgz/ |
14 |
http://ftp3.ie.freebsd.org/pub/FreeBSD/distfiles/ \ |
|
|
15 |
http://www.adaptive-enterprises.com.au/~d/software/see/ |
16 |
PKGNAMESUFFIX= -devel |
13 |
PKGNAMESUFFIX= -devel |
17 |
DISTNAME= ${PORTNAME}-${PORTVERSION}-20050609-gerry |
|
|
18 |
|
14 |
|
19 |
MAINTAINER= sime@logos.hr |
15 |
MAINTAINER= numisemis@yahoo.com |
20 |
COMMENT= Simple ECMAScript Engine (SEE) |
16 |
COMMENT= Simple ECMAScript Engine (SEE) |
21 |
|
17 |
|
22 |
BROKEN= fails to install |
|
|
23 |
|
24 |
OPTIONS= GC "Use Boehm-Weiser garbage collection package" on \ |
18 |
OPTIONS= GC "Use Boehm-Weiser garbage collection package" on \ |
25 |
OPTIMIZED_CFLAGS "Enable some additional optimizations" off |
19 |
OPTIMIZED_CFLAGS "Enable some additional optimizations" off |
26 |
|
20 |
|
Lines 29-37
Link Here
|
29 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
23 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
30 |
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} |
24 |
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} |
31 |
|
25 |
|
32 |
USE_ZIP= yes |
26 |
USE_LDCONFIG= yes |
33 |
INSTALLS_SHLIB= yes |
|
|
34 |
USE_GMAKE= yes |
35 |
USE_PERL5_BUILD=yes |
27 |
USE_PERL5_BUILD=yes |
36 |
GNU_CONFIGURE= yes |
28 |
GNU_CONFIGURE= yes |
37 |
|
29 |
|
Lines 42-48
Link Here
|
42 |
.include <bsd.port.pre.mk> |
34 |
.include <bsd.port.pre.mk> |
43 |
|
35 |
|
44 |
.if defined(WITH_OPTIMIZED_CFLAGS) |
36 |
.if defined(WITH_OPTIMIZED_CFLAGS) |
45 |
CFLAGS+= -O2 -fomit-frame-pointer |
37 |
CFLAGS+= -O3 -fomit-frame-pointer |
46 |
.endif |
38 |
.endif |
47 |
|
39 |
|
48 |
.if defined(WITH_GC) |
40 |
.if defined(WITH_GC) |
Lines 54-60
Link Here
|
54 |
.endif |
46 |
.endif |
55 |
|
47 |
|
56 |
post-patch: |
48 |
post-patch: |
57 |
@${REINPLACE_CMD} -e "s|PACKAGE_BUGREPORT='dleonard@users|PACKAGE_BUGREPORT='dleonard\\\@users|" \ |
49 |
@${REINPLACE_CMD} -e "s|PACKAGE_BUGREPORT='leonard@users|PACKAGE_BUGREPORT='leonard\\\@users|" \ |
58 |
${WRKSRC}/configure |
50 |
${WRKSRC}/configure |
59 |
|
51 |
|
60 |
.if !defined(NOPORTDOCS) |
52 |
.if !defined(NOPORTDOCS) |