Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/www/drood/Makefile 409038 2016-02-17 12:09:46Z rakuco $ |
2 |
# $FreeBSD: head/www/drood/Makefile 409038 2016-02-17 12:09:46Z rakuco $ |
3 |
|
3 |
|
4 |
PORTNAME= drood |
4 |
PORTNAME= drood |
5 |
PORTVERSION= 5.18 |
5 |
PORTVERSION= 5.20 |
6 |
CATEGORIES= www |
6 |
CATEGORIES= www |
7 |
MASTER_SITES= http://www.mammothcheese.ca/ |
7 |
MASTER_SITES= http://www.mammothcheese.ca/ |
8 |
|
8 |
|
Lines 14-19
Link Here
|
14 |
|
14 |
|
15 |
LIB_DEPENDS= libserver.so:${PORTSDIR}/devel/libserver |
15 |
LIB_DEPENDS= libserver.so:${PORTSDIR}/devel/libserver |
16 |
|
16 |
|
|
|
17 |
USE_LDCONFIG= yes |
18 |
|
17 |
USE_OPENSSL= yes |
19 |
USE_OPENSSL= yes |
18 |
WITH_OPENSSL_PORT= yes |
20 |
WITH_OPENSSL_PORT= yes |
19 |
|
21 |
|
Lines 23-31
Link Here
|
23 |
|
25 |
|
24 |
PLIST_FILES= bin/drood \ |
26 |
PLIST_FILES= bin/drood \ |
25 |
bin/humdinger \ |
27 |
bin/humdinger \ |
|
|
28 |
lib/libdorrit.so \ |
29 |
lib/libdorrit.so.${PORTVERSION} \ |
30 |
include/dorrit.h \ |
26 |
man/man8/drood.8.gz \ |
31 |
man/man8/drood.8.gz \ |
27 |
man/man8/droodpipe.8.gz \ |
32 |
man/man8/droodpipe.8.gz \ |
28 |
man/man8/humdinger.8.gz \ |
33 |
man/man8/humdinger.8.gz \ |
|
|
34 |
man/man8/libdorrit.8.gz \ |
29 |
etc/rc.d/drood \ |
35 |
etc/rc.d/drood \ |
30 |
"@(,,4550) etc/rc.d/humdinger" \ |
36 |
"@(,,4550) etc/rc.d/humdinger" \ |
31 |
etc/drood/types.tab \ |
37 |
etc/drood/types.tab \ |