mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 10:00:37 -04:00
13 lines
201 B
Makefile
13 lines
201 B
Makefile
LIB= gnuregex
|
|
SHLIB_MAJOR= 6
|
|
|
|
MK_PROFILE:= no
|
|
|
|
SRCS= regex.c
|
|
|
|
INCSGROUPS= INCS WRINCS
|
|
INCS= regex.h
|
|
INCSDIR= ${INCLUDEDIR}/gnu
|
|
WRINCS= gnuregex.h
|
|
|
|
.include <bsd.lib.mk>
|