1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/comms/serialoverip/Makefile
2013-11-18 00:37:15 +00:00

21 lines
447 B
Makefile

# Created by: Devon H. O'Dell <devon.odell@coyotepoint.com>
# $FreeBSD$
PORTNAME= serialoverip
PORTVERSION= 1.0
CATEGORIES= comms net
MASTER_SITES= CSME
MAINTAINER= ports@FreeBSD.org
COMMENT= Transport of serial interfaces over UDP/IP
PLIST_FILES= sbin/${PORTNAME}
do-build:
@cd ${WRKSRC}; ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/
.include <bsd.port.mk>