freebsd-ports/graphics/squish/files/BSDmakefile
Mikhail Teterin 2de70bd150 Up until now the port installed only a static version of libsquish
-- 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)
2016-01-13 15:42:39 +00:00

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>