ports/devel/libublio/files/Makefile
Matthias Andree 62ff121df2 devel/libublio: remove *_p.a profiling library
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
2021-07-06 20:24:28 +02:00

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>