diff options
author | bms <bms@FreeBSD.org> | 2008-04-08 11:32:39 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2008-04-08 11:32:39 +0800 |
commit | d08f2ff8f3f1db598c58b9e92de00cb8bd6ccfc7 (patch) | |
tree | 3070f05605680e5839fefd4030a01a45997c37c4 /devel | |
parent | f52b26c2c27e24c9ae45d76c69d48963ee2b1b76 (diff) | |
download | freebsd-ports-gnome-d08f2ff8f3f1db598c58b9e92de00cb8bd6ccfc7.tar.gz freebsd-ports-gnome-d08f2ff8f3f1db598c58b9e92de00cb8bd6ccfc7.tar.zst freebsd-ports-gnome-d08f2ff8f3f1db598c58b9e92de00cb8bd6ccfc7.zip |
Add amd64 support.
PR: 122544
Submitted by: scf
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p4v/Makefile | 5 | ||||
-rw-r--r-- | devel/p4v/distinfo.amd64 | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/p4v/Makefile b/devel/p4v/Makefile index 58febfce5743..abcd79f91059 100644 --- a/devel/p4v/Makefile +++ b/devel/p4v/Makefile @@ -8,7 +8,8 @@ PORTNAME= p4v PORTVERSION= 2007.3.149519 CATEGORIES= devel -MASTER_SITES= http://filehost.perforce.com/perforce/r07.3/bin.freebsd60x86/ +MASTER_SITES= \ + http://filehost.perforce.com/perforce/r07.3/bin.freebsd60x86${MACHINE_ARCH:Mamd64:S/^amd/_/}/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} @@ -19,7 +20,7 @@ COMMENT= Visual client for Perforce SCM NO_CDROM= Binary redistribution restrictions in effect RESTRICTED= ${NO_CDROM} -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= amd64 i386 NO_BUILD= yes USE_LDCONFIG= yes diff --git a/devel/p4v/distinfo.amd64 b/devel/p4v/distinfo.amd64 new file mode 100644 index 000000000000..5e6904711da1 --- /dev/null +++ b/devel/p4v/distinfo.amd64 @@ -0,0 +1,3 @@ +MD5 (p4v-2007.3.149519/p4v.tgz) = 4186404491624550166744d4e1cbc316 +SHA256 (p4v-2007.3.149519/p4v.tgz) = 795fc4820a80ad293b83233bbf24b34debda0652619d47bfd8e093bedcd56bab +SIZE (p4v-2007.3.149519/p4v.tgz) = 12941750 |