Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/security/botan110/Makefile 412349 2016-04-01 14:25:16Z mat $ |
2 |
# $FreeBSD: head/security/botan110/Makefile 412349 2016-04-01 14:25:16Z mat $ |
3 |
|
3 |
|
4 |
PORTNAME= botan |
4 |
PORTNAME= botan |
5 |
PORTVERSION= 1.10.12 |
5 |
PORTVERSION= 1.10.13 |
6 |
CATEGORIES= security |
6 |
CATEGORIES= security |
7 |
MASTER_SITES= http://botan.randombit.net/releases/ |
7 |
MASTER_SITES= http://botan.randombit.net/releases/ |
8 |
PKGNAMESUFFIX= 110 |
8 |
PKGNAMESUFFIX= 110 |
Lines 25-31
Link Here
|
25 |
MAKE_ARGS= CXX="${CXX}" LIB_OPT="${CXXFLAGS}" |
25 |
MAKE_ARGS= CXX="${CXX}" LIB_OPT="${CXXFLAGS}" |
26 |
USE_LDCONFIG= yes |
26 |
USE_LDCONFIG= yes |
27 |
PLIST_FILES= bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.1 \ |
27 |
PLIST_FILES= bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.1 \ |
28 |
lib/libbotan-1.10.so.1.12 libdata/pkgconfig/botan-1.10.pc |
28 |
lib/libbotan-1.10.so.1.13 libdata/pkgconfig/botan-1.10.pc |
29 |
|
29 |
|
30 |
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} |
30 |
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} |
31 |
PORTDOCS= * |
31 |
PORTDOCS= * |