13 lines
289 B
Makefile
13 lines
289 B
Makefile
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -base
|
|
|
|
COMMENT= Courier authentication library base
|
|
CATEGORIES= security mail
|
|
|
|
MASTERDIR= ${.CURDIR}/../../security/courier-authlib
|
|
|
|
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|