mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
14 lines
216 B
Makefile
14 lines
216 B
Makefile
LIB= gpc
|
|
NO_PROFILE= yes
|
|
NOPROFILE= yes
|
|
SHLIB_MAJOR= 2
|
|
SHLIB_MINOR= 32
|
|
|
|
SRCS= gpc.c
|
|
INCS= gpc.h
|
|
|
|
LIBDIR= ${PREFIX}/lib
|
|
INCSDIR= ${PREFIX}/include
|
|
WARNS?= 4 # level 5 trips over '-Wunused'
|
|
|
|
.include <bsd.lib.mk>
|