60d1a83c2a
- 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
35 lines
821 B
Makefile
35 lines
821 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rcs
|
|
PORTVERSION= 5.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNU
|
|
PKGNAMESUFFIX= 57
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
COMMENT= Version control system (as was in FreeBSD prior to removal)
|
|
|
|
OPTIONS_DEFINE= FREEBSD
|
|
OPTIONS_DEFAULT= FREEBSD
|
|
FREEBSD_DESC= Apply FreeBSD patches
|
|
|
|
CONFLICTS= rcs-5.[89]*
|
|
LICENSE= GPLv2
|
|
|
|
USES= desthack gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
FREEBSD_EXTRA_PATCHES+= ${FILESDIR}/freebsd-src-ident.c \
|
|
${FILESDIR}/freebsd-src-maketime.c \
|
|
${FILESDIR}/freebsd-src-rcsbase.h \
|
|
${FILESDIR}/freebsd-src-rcsedit.c \
|
|
${FILESDIR}/freebsd-src-rcsfnms.c \
|
|
${FILESDIR}/freebsd-src-rcskeep.c \
|
|
${FILESDIR}/freebsd-src-rcskeys.c \
|
|
${FILESDIR}/freebsd-src-rcsrev.c \
|
|
${FILESDIR}/freebsd-src-rcsutil.c \
|
|
${FILESDIR}/freebsd-src-rcsdiff.c \
|
|
${FILESDIR}/freebsd-src-rlog.c
|
|
|
|
.include <bsd.port.mk>
|