1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/libshhopt/files/Makefile.lib
Antoine Brodin a0dc177773 - Unbreak on current
- Trim  Makefile header

Approved by:	miwi, eadler (mentors, implicit)
2013-05-30 18:09:52 +00:00

17 lines
219 B
Makefile

PREFIX?= /usr/local
SHLIB_VER?= 1
LIB= shhopt
LIBDIR= ${PREFIX}/lib
SHLIB_MAJOR= ${SHLIB_VER}
SHLIB_MINOR= 1
NO_PROFILE= yes
NO_OBJ= yes
INCS= shhopt.h
INCSDIR=${PREFIX}/include
SRCS= shhopt.c
.include <bsd.lib.mk>