Lines 6-19
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= wily |
8 |
PORTNAME= wily |
9 |
PORTVERSION= 0.13.41 |
9 |
PORTVERSION= 0.13.42 |
10 |
PORTREVISION= 2 |
|
|
11 |
CATEGORIES= editors plan9 |
10 |
CATEGORIES= editors plan9 |
12 |
MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/old/ \ |
11 |
MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/ |
13 |
ftp://ftp.cs.su.oz.au/gary/wily/src/old/ |
|
|
14 |
EXTRACT_SUFX= .tgz |
15 |
|
12 |
|
16 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= serge.gagnon@b2b2c.ca |
17 |
COMMENT= A clone of the Plan9 editor `acme' |
14 |
COMMENT= A clone of the Plan9 editor `acme' |
18 |
|
15 |
|
19 |
RUN_DEPENDS= ${LOCALBASE}/bin/rc:${PORTSDIR}/shells/rc \ |
16 |
RUN_DEPENDS= ${LOCALBASE}/bin/rc:${PORTSDIR}/shells/rc \ |
Lines 42-53
Link Here
|
42 |
|
39 |
|
43 |
post-patch: |
40 |
post-patch: |
44 |
cd ${WRKSRC}/tools/win; ${REINPLACE_CMD} -e 's," in " __FUNCTION__ "()",,' \ |
41 |
cd ${WRKSRC}/tools/win; ${REINPLACE_CMD} -e 's," in " __FUNCTION__ "()",,' \ |
45 |
win.c wgoto.c wreplace.c |
42 |
win.c wgoto.c wreplace.c; ${CHMOD} 755 configure mkinstalldirs; |
46 |
|
43 |
|
47 |
# Run the configure script in the tools directory. |
44 |
# Run the configure script in the tools directory. |
48 |
post-configure: |
45 |
post-configure: |
49 |
@${RM} ${WRKSRC}/tools/win/config.cache |
46 |
@${RM} ${WRKSRC}/tools/win/config.cache |
50 |
cd ${WRKSRC}/tools/win; ./configure |
47 |
cd ${WRKSRC}/tools/win; ./configure --prefix=${PREFIX} |
51 |
|
48 |
|
52 |
# The default Wily makefile does not install any documentation. Rectify. |
49 |
# The default Wily makefile does not install any documentation. Rectify. |
53 |
post-install: |
50 |
post-install: |