mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
655 B
Makefile
27 lines
655 B
Makefile
# New ports collection makefile for: sredird
|
|
# Date created: 19 Dec 1999
|
|
# Whom: Maxim Sobolev <sobomax@altavista.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sredird
|
|
PORTVERSION= 1.1.7
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://metalab.unc.edu/pub/Linux/system/serial/
|
|
|
|
MAINTAINER= sobomax@altavista.net
|
|
|
|
do-build:
|
|
${CC} ${CFLAGS} -g -Wall -o ${WRKSRC}/sredird ${WRKSRC}/sredird.c
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/sredird ${PREFIX}/libexec
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/sredird
|
|
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/sredird
|
|
${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/sredird
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|