freebsd-ports/comms/librs232/files/Makefile
Kevin Lo 376d25ce44 Import librs232.
Librs232 is a library which provides common interface to rs232 serial
interface communication.
2014-12-04 06:49:58 +00:00

18 lines
211 B
Makefile

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