Lines 7-21
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= qadsl |
8 |
PORTNAME= qadsl |
9 |
PORTVERSION= 1.3.3 |
9 |
PORTVERSION= 1.3.3 |
10 |
PORTREVISION= 1 |
10 |
PORTREVISION= 2 |
11 |
CATEGORIES= net |
11 |
CATEGORIES= net |
12 |
MASTER_SITES= http://download.savannah.gnu.org/releases/alive/ |
12 |
MASTER_SITES= SAVANNAH/alive |
13 |
DISTNAME= qadsl-${PORTVERSION} |
|
|
14 |
|
13 |
|
15 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= ports@FreeBSD.org |
16 |
COMMENT= Auto login/Keep-alive for Telia AB ADSL, COMHEM Cable and Tiscali Internet |
15 |
COMMENT= Auto login/Keep-alive for Telia AB ADSL, COMHEM Cable and Tiscali Internet |
17 |
|
16 |
|
18 |
BROKEN= does not fetch |
17 |
LICENSE= GPLv2 # (or later) |
|
|
18 |
LICENSE_FILE= ${WRKSRC}/COPYING |
19 |
|
19 |
|
20 |
USE_RC_SUBR= qadsl.sh |
20 |
USE_RC_SUBR= qadsl.sh |
21 |
SUB_FILES= pkg-message |
21 |
SUB_FILES= pkg-message |
Lines 24-29
Link Here
|
24 |
GNU_CONFIGURE= yes |
24 |
GNU_CONFIGURE= yes |
25 |
CONFIGURE_ARGS= --with-global-cfg=${PREFIX}/etc/qadsl.conf \ |
25 |
CONFIGURE_ARGS= --with-global-cfg=${PREFIX}/etc/qadsl.conf \ |
26 |
--with-pidfile=/var/run/qadsl.pid |
26 |
--with-pidfile=/var/run/qadsl.pid |
|
|
27 |
MAKE_JOBS_SAFE= yes |
27 |
|
28 |
|
28 |
MAN8= qadsl.8 |
29 |
MAN8= qadsl.8 |
29 |
MAN5= qadsl.conf.5 |
30 |
MAN5= qadsl.conf.5 |
Lines 33-38
Link Here
|
33 |
post-extract: |
34 |
post-extract: |
34 |
@${CP} ${WRKSRC}/etc/qadsl.conf ${WRKSRC}/etc/qadsl.conf.sample |
35 |
@${CP} ${WRKSRC}/etc/qadsl.conf ${WRKSRC}/etc/qadsl.conf.sample |
35 |
|
36 |
|
|
|
37 |
post-patch: |
38 |
@${REINPLACE_CMD} -e \ |
39 |
'/echo $${CFLAGS}/s|^|#| ; \ |
40 |
/echo $${CXXFLAGS}/s|^|#| ; \ |
41 |
s|$$OPTIMIZER_CFLAGS||' ${WRKSRC}/configure |
42 |
|
36 |
post-install: |
43 |
post-install: |
37 |
@${CAT} ${PKGMESSAGE} |
44 |
@${CAT} ${PKGMESSAGE} |
38 |
|
45 |
|