1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/44bsd-rdist/Makefile
Mathieu Arnold 60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00

37 lines
761 B
Makefile

# Created by: David O'Brien <obrien@NUXI.com>
# $FreeBSD$
PORTNAME= 44bsd-rdist
PORTVERSION= 20001111
CATEGORIES= net
MASTER_SITES= LOCAL/cy
MAINTAINER= cy@FreeBSD.org
COMMENT= The traditional 4.4BSD rdist
USES= tar:bzip2
NO_WRKSUBDIR= yes
PLIST_FILES= bin/44bsd-rdist \
man/man1/44bsd-rdist.1.gz
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1000055
BUILD_DEPENDS= rcs:${PORTSDIR}/devel/rcs57
.endif
post-extract:
cd ${WRKSRC} ; co RCS/*,v
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rdist ${STAGEDIR}${PREFIX}/bin/44bsd-rdist
${INSTALL_MAN} ${WRKSRC}/rdist.1 ${STAGEDIR}${PREFIX}/man/man1/44bsd-rdist.1
tarup:
-cd ${WRKSRC} ; ${RM} *
cd ${WRKSRC} ; ${TAR} cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} .
.include <bsd.port.post.mk>