mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
Since a port cannot reliably and easily infer the profiling configuration from src.conf (the ports framework defeats reading it, and historically the port had its troubles with that), remove the profiled libublio_p.a altogether. Bumps PORTREVISION due to pkg-plist change on most practical systems. Reported by: emaste@ PR: 256873
16 lines
195 B
Makefile
16 lines
195 B
Makefile
# BSD Makefile for libublio
|
|
|
|
SRCS= ublio.c
|
|
|
|
# Includes
|
|
INCS= ublio.h
|
|
INCSDIR=${PREFIX}/include
|
|
|
|
# Libraries
|
|
LIB= ublio
|
|
SHLIB_MAJOR= 1
|
|
LIBDIR= ${PREFIX}/lib
|
|
|
|
MK_PROFILE= no
|
|
|
|
.include <bsd.lib.mk>
|