Lines 7-21
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= regina |
9 |
PORTNAME= regina |
10 |
PORTVERSION= 3.2 |
10 |
PORTVERSION= 3.3 |
11 |
PORTREVISION= 1 |
|
|
12 |
CATEGORIES= lang |
11 |
CATEGORIES= lang |
13 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
14 |
MASTER_SITE_SUBDIR= ${PORTNAME}-rexx |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME}-rexx |
15 |
PKGNAMEPREFIX= rexx- |
14 |
PKGNAMEPREFIX= rexx- |
16 |
DISTNAME= Regina-REXX-${PORTVERSION} |
15 |
DISTNAME= Regina-REXX-${PORTVERSION} |
17 |
|
16 |
|
18 |
MAINTAINER= ports@FreeBSD.org |
17 |
MAINTAINER= g.gonter@ieee.org |
19 |
COMMENT= A Rexx interpreter |
18 |
COMMENT= A Rexx interpreter |
20 |
|
19 |
|
21 |
CONFLICTS= rexx-imc-* |
20 |
CONFLICTS= rexx-imc-* |
Lines 31-36
Link Here
|
31 |
|
30 |
|
32 |
post-patch: |
31 |
post-patch: |
33 |
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure |
32 |
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure |
|
|
33 |
|
34 |
post-configure: |
35 |
@${REINPLACE_CMD} -e "s|-xchar=unsigned||g" ${WRKSRC}/Makefile |
34 |
|
36 |
|
35 |
post-install: |
37 |
post-install: |
36 |
@${INSTALL_SCRIPT} ${FILESDIR}/rxstack.sh ${PREFIX}/etc/rc.d |
38 |
@${INSTALL_SCRIPT} ${FILESDIR}/rxstack.sh ${PREFIX}/etc/rc.d |