Lines 7-15
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= yap |
9 |
PORTNAME= yap |
10 |
PORTVERSION= 4.5.6 |
10 |
PORTVERSION= 5.0.0 |
11 |
CATEGORIES= lang |
11 |
CATEGORIES= lang |
12 |
MASTER_SITES= http://www.ncc.up.pt/~vsc/Yap/Yap4.5/ |
12 |
MASTER_SITES= http://www.ncc.up.pt/~vsc/Yap/%SUBDIR%/ |
|
|
13 |
MASTER_SITE_SUBDIR= Yap-${PORTVERSION:R} |
13 |
DISTNAME= Yap-${PORTVERSION} |
14 |
DISTNAME= Yap-${PORTVERSION} |
14 |
|
15 |
|
15 |
MAINTAINER= ports@FreeBSD.org |
16 |
MAINTAINER= ports@FreeBSD.org |
Lines 17-22
Link Here
|
17 |
|
18 |
|
18 |
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 |
19 |
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 |
19 |
|
20 |
|
|
|
21 |
USE_REINPLACE= yes |
20 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
21 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
23 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
22 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
24 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
Lines 26-35
Link Here
|
26 |
|
28 |
|
27 |
.include <bsd.port.pre.mk> |
29 |
.include <bsd.port.pre.mk> |
28 |
|
30 |
|
29 |
ONLY_FOR_ARCHS= i386 |
31 |
.if ${ARCH} != "i386" |
|
|
32 |
BROKEN= "Does not compile on !i386" |
33 |
.endif |
30 |
|
34 |
|
31 |
post-extract: |
35 |
post-extract: |
32 |
@${RM} -f ${WRKSRC}/docs/*.info* |
36 |
@${RM} -f ${WRKSRC}/docs/*.info* |
|
|
37 |
|
38 |
post-patch: |
39 |
@${REINPLACE_CMD} -e \ |
40 |
's|@value{VERSION}|${PORTVERSION}|g' ${WRKSRC}/docs/yap.tex |
33 |
|
41 |
|
34 |
post-build: |
42 |
post-build: |
35 |
cd ${WRKSRC}/docs && makeinfo --no-split yap.tex |
43 |
cd ${WRKSRC}/docs && makeinfo --no-split yap.tex |