Lines 1-8
Link Here
|
1 |
# Created by: Lewis Thompson <lewiz@compsoc.man.ac.uk> |
1 |
# Created by: Lewis Thompson <lewiz@compsoc.man.ac.uk> |
2 |
# $FreeBSD: head/misc/esniper/Makefile 412348 2016-04-01 14:17:44Z mat $ |
2 |
# $FreeBSD: head/misc/esniper/Makefile 425335 2016-11-04 16:12:57Z jhale $ |
3 |
|
3 |
|
4 |
PORTNAME= esniper |
4 |
PORTNAME= esniper |
5 |
DISTVERSION= 2-31-0 |
5 |
DISTVERSION= 2-33-0 |
6 |
CATEGORIES= misc net |
6 |
CATEGORIES= misc net |
7 |
MASTER_SITES= SF |
7 |
MASTER_SITES= SF |
8 |
|
8 |
|
Lines 16-22
Link Here
|
16 |
USES= tar:tgz |
16 |
USES= tar:tgz |
17 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
18 |
CONFIGURE_ARGS= --with-curl-config=${LOCALBASE}/bin/curl-config |
18 |
CONFIGURE_ARGS= --with-curl-config=${LOCALBASE}/bin/curl-config |
19 |
USE_OPENSSL= yes |
|
|
20 |
|
19 |
|
21 |
PLIST_FILES= bin/esniper man/man1/esniper.1.gz |
20 |
PLIST_FILES= bin/esniper man/man1/esniper.1.gz |
22 |
|
21 |
|