# New ports collection makefile for: serialoverip # Date created: 3 September 2006 # Whom: Devon H. O'Dell # # $FreeBSD$ # PORTNAME= serialoverip PORTVERSION= 1.0 CATEGORIES= comms net MASTER_SITES= CSME MAINTAINER= devon.odell@coyotepoint.com 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} ${PREFIX}/sbin/ .include