2de70bd150
-- because the upstream's makefile only built that. Add our own little makefile, that properly builds both static and shared variants using bsd.lib.mk PR: 206125 Approved by: Reinier de Blois (maintainer)
15 lines
289 B
Makefile
15 lines
289 B
Makefile
LIB= squish
|
|
SHLIB_MAJOR= 1
|
|
SRCS!= echo *.cpp
|
|
NO_PROFILE= yes
|
|
|
|
CXXFLAGS+= -include limits.h -I${.CURDIR}
|
|
|
|
LIBDIR= ${PREFIX}/lib
|
|
INCSDIR= ${PREFIX}/include
|
|
INCS= squish.h
|
|
# The below two are needed until PR 206126 is resolved
|
|
INCSOWN= ${LIBOWN}
|
|
INCSGRP= ${LIBGRP}
|
|
|
|
.include <bsd.lib.mk>
|