freebsd-ports/net/cvsup-static/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

29 lines
730 B
Makefile

# Created by: Xin Li <delphij@FreeBSD.org>
# $FreeBSD$
PORTNAME= cvsup-static
PORTVERSION= 16.1h
CATEGORIES= net devel
MASTER_SITES= LOCAL/delphij
PKGNAMEPREFIX= binary-
DISTNAME= cvsup-without-gui-static-${ARCH}-${PORTVERSION}
MAINTAINER= delphij@FreeBSD.org
COMMENT= File distribution system optimized for CVS
ONLY_FOR_ARCHS= amd64
CONFLICTS_INSTALL= modula3-*
DISTINFO_FILE= ${.CURDIR}/distinfo.${ARCH}
NO_BUILD= yes
USES= tar:xz
do-install:
(cd ${WRKDIR} && ${COPYTREE_BIN} bin ${STAGEDIR}${PREFIX})
(cd ${WRKDIR} && ${COPYTREE_BIN} sbin ${STAGEDIR}${PREFIX})
(cd ${WRKDIR} && ${COPYTREE_SHARE} share/cvsup ${STAGEDIR}${PREFIX})
(cd ${WRKDIR} && ${COPYTREE_SHARE} man ${STAGEDIR}${PREFIX})
.include <bsd.port.mk>