Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/security/botan110/Makefile 374458 2014-12-10 14:04:23Z feld $ |
2 |
# $FreeBSD: head/security/botan110/Makefile 374458 2014-12-10 14:04:23Z feld $ |
3 |
|
3 |
|
4 |
PORTNAME= botan |
4 |
PORTNAME= botan |
5 |
PORTVERSION= 1.10.8 |
5 |
PORTVERSION= 1.10.9 |
6 |
CATEGORIES= security |
6 |
CATEGORIES= security |
7 |
MASTER_SITES= http://files.randombit.net/botan/v1.10/ |
7 |
MASTER_SITES= http://files.randombit.net/botan/v1.10/ |
8 |
PKGNAMESUFFIX= 110 |
8 |
PKGNAMESUFFIX= 110 |
Lines 28-34
Link Here
|
28 |
MAKE_ARGS= CXX="${CXX}" LIB_OPT="${CXXFLAGS}" |
28 |
MAKE_ARGS= CXX="${CXX}" LIB_OPT="${CXXFLAGS}" |
29 |
USE_LDCONFIG= yes |
29 |
USE_LDCONFIG= yes |
30 |
PLIST_FILES= bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.0 \ |
30 |
PLIST_FILES= bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.0 \ |
31 |
lib/libbotan-1.10.so.0.8 libdata/pkgconfig/botan-1.10.pc |
31 |
lib/libbotan-1.10.so.0.9 libdata/pkgconfig/botan-1.10.pc |
32 |
|
32 |
|
33 |
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} |
33 |
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} |
34 |
PORTDOCS= * |
34 |
PORTDOCS= * |