mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Support amd64.
PR: 75594 Submitted by: Conrad J. Sabatier
This commit is contained in:
parent
f2145fc3fd
commit
f8d242708c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125551
@ -11,16 +11,14 @@ CATEGORIES= print linux
|
||||
MASTER_SITES= http://download.adobe.com/pub/adobe/acrobatreader/unix/5.x/ \
|
||||
ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${ARCH} == "i386"
|
||||
DISTNAME= linux-5010
|
||||
.endif
|
||||
CONFLICTS= acroread-3*
|
||||
DIST_SUBDIR= acroread
|
||||
|
||||
MAINTAINER= trevor@FreeBSD.org
|
||||
COMMENT= View, distribute and print PDF documents
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
.if (exists(${LINUXBASE}/lib/libc-2.3.2.so))
|
||||
RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs
|
||||
@ -32,9 +30,7 @@ USE_REINPLACE= yes
|
||||
REINPLACE_ARGS= -i '' -E
|
||||
NO_FILTER_SHLIBS= yes
|
||||
|
||||
.if ${ARCH} == "i386"
|
||||
PLIST_SUB= "ARCHDIR=intellinux"
|
||||
.endif
|
||||
WRKSRC= ${WRKDIR}/installers
|
||||
|
||||
do-build:
|
||||
|
Loading…
Reference in New Issue
Block a user