a3def2cf30
Profiled static libraries are not building by default a long time ago. Convert profiling to OPTION, off by default to mimic modern behavior. Reported by: poudriere failure Approved by: portmgr blanket
24 lines
587 B
Makefile
24 lines
587 B
Makefile
PORTNAME= pam_search_list
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF/${PORTNAME:S/_/-/g}
|
|
DISTNAME= ${PORTNAME:S/_/-/g}-${PORTVERSION}
|
|
|
|
MAINTAINER= v.a.popov@gmail.com
|
|
COMMENT= PAM module to search arbitrary file for user
|
|
WWW= https://sourceforge.net/projects/pam-search-list/
|
|
|
|
USES= tar:xz uidfix
|
|
|
|
PLIST_FILES= lib/libpam_search_list.a \
|
|
lib/pam_search_list.so \
|
|
lib/pam_search_list.so.0 \
|
|
man/man8/pam_search_list.8.gz
|
|
|
|
OPTIONS_DEFINE= PROFILE
|
|
|
|
PROFILE_MAKE_ENV= MK_PROFILE=yes
|
|
PROFILE_PLIST_FILES= lib/libpam_search_list_p.a
|
|
|
|
.include <bsd.port.mk>
|