freebsd-ports/net/udpcast/Makefile
Doug Barton 61020ecca6 Mark the previous mbone/ ports (minus 2) as:
DEPRECATED=     Unmaintained, anachronistic, mail freebsd-ports@FreeBSD.org if interested
EXPIRATION=     2011-06-30

For audio/xspeakfree:
DEPRECATED=     Unmaintained, unfetchable, mail freebsd-ports@FreeBSD.org if interested

For multimedia/vic a PR was filed

Unfortunately, IPv4 multicast is very nearly a thing of the (distant) past.
None of these ports are maintained, almost all of them are not up to date
with the latest versions, most of which were released many years ago.

Approved by:	portmgr (pav)
2011-03-07 06:51:42 +00:00

52 lines
1.2 KiB
Makefile

# New ports collection makefile for: udpcast
# Date created: Mon Jul 19 19:10:56 UTC 2004
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= udpcast
PORTVERSION= 0.${RELEASE_DATE}
CATEGORIES= net mbone sysutils
MASTER_SITES= http://udpcast.linux.lu/download/
DISTNAME= ${PORTNAME}-${RELEASE_DATE}
MAINTAINER= ports@FreeBSD.org
COMMENT= A file transfer tool using ethernet's multicast
DEPRECATED= Unmaintained, anachronistic, mail freebsd-ports@FreeBSD.org if interested
EXPIRATION= 2011-06-30
USE_GMAKE= yes
USE_PERL5_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${RELEASE_DATE}
RELEASE_DATE= 20081213
PROGRAM_SBIN_FILES= udp-receiver udp-sender
PLIST_FILES= sbin/udp-receiver \
sbin/udp-sender
PORTDOCS= Changelog.txt cmd.html
MAN1= udp-receiver.1 udp-sender.1
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
do-install:
.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
. for file in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
. endfor
.endif
.for file in ${PROGRAM_SBIN_FILES}
@${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/sbin/
.endfor
.for file in ${MAN1}
@${INSTALL_MAN} ${WRKSRC}/${file} ${MANPREFIX}/man/man1/
.endfor
.include <bsd.port.mk>