mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
82e6c11b45
- 2014.1 for p4, p4d, p4ftpd, p4p - 2012.1 build update for 10.x releases PR: 191648 Submitted by: gordon (maintainer) Approved by: mentors (implicit)
37 lines
797 B
Makefile
37 lines
797 B
Makefile
# Created by: gordon@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= p4
|
|
PORTVERSION= 2014.1.821990
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \
|
|
http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/
|
|
DISTNAME= p4
|
|
EXTRACT_SUFX=
|
|
EXTRACT_ONLY= # none
|
|
|
|
MAINTAINER= gordon@FreeBSD.org
|
|
COMMENT= Perforce client
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
|
|
P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//}
|
|
DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM}
|
|
DISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM}
|
|
|
|
RESTRICTED= Restricted distribution
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= bin/p4
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "Makefile.inc"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.post.mk>
|