freebsd-ports/comms/librs232/files/Makefile
2021-04-06 16:31:13 +02:00

14 lines
179 B
Makefile

# BSD Makefile for librs232
SRCS= rs232.c
# Includes
INCS= rs232.h
INCSDIR=${PREFIX}/include
# Libraries
LIB= rs232
SHLIB_MAJOR= 1
LIBDIR= ${PREFIX}/lib
.include <bsd.lib.mk>