Lines 6-16
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= qterm |
8 |
PORTNAME= qterm |
9 |
PORTVERSION= 0.4.0.p1 |
9 |
PORTVERSION= 0.4.0.p2 |
10 |
CATEGORIES= chinese |
10 |
CATEGORIES= chinese |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
13 |
DISTNAME= ${PORTNAME}-0.4.0pre1 |
13 |
DISTNAME= ${PORTNAME}-0.4.0pre2 |
14 |
|
14 |
|
15 |
MAINTAINER= gavin@FreeBSDChina.org |
15 |
MAINTAINER= gavin@FreeBSDChina.org |
16 |
COMMENT= QTerm is a BBS client in Unix |
16 |
COMMENT= QTerm is a BBS client in Unix |
Lines 22-37
Link Here
|
22 |
--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include |
22 |
--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include |
23 |
|
23 |
|
24 |
.if !defined(WITHOUT_PYTHON) |
24 |
.if !defined(WITHOUT_PYTHON) |
25 |
USE_PYTHON= -2.3 |
25 |
USE_PYTHON= 2.3+ |
26 |
CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE} |
26 |
CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE} |
27 |
.endif |
27 |
.endif |
28 |
|
28 |
|
29 |
.include <bsd.port.pre.mk> |
|
|
30 |
|
31 |
.if ${OSVERSION} >= 600000 && ${ARCH} != "i386" |
32 |
BROKEN= "Does not compile on FreeBSD >= 6.x on !i386" |
33 |
.endif |
34 |
|
35 |
pre-everything:: |
29 |
pre-everything:: |
36 |
.if !defined(WITHOUT_PYTHON) |
30 |
.if !defined(WITHOUT_PYTHON) |
37 |
@${ECHO_MSG} "Define WITHOUT_PYTHON to disable Python scripts support." |
31 |
@${ECHO_MSG} "Define WITHOUT_PYTHON to disable Python scripts support." |
Lines 41-44
Link Here
|
41 |
@${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \ |
35 |
@${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \ |
42 |
${WRKSRC}/configure |
36 |
${WRKSRC}/configure |
43 |
|
37 |
|
44 |
.include <bsd.port.post.mk> |
38 |
post-install: |
|
|
39 |
@${CAT} ${PKGMESSAGE} |
40 |
|
41 |
.include <bsd.port.mk> |