1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Unbreak

- Set NOFETCHFILES, since it doesn't fetch anything itself
- Set ONLY_FOR_ARCHS= i386 alpha
- Portlint

Submitted by:	pointyhat via kris, gabor
Approved by:	portmgr (self)
This commit is contained in:
Erwin Lansing 2006-10-12 12:46:59 +00:00
parent b03aafeb93
commit 21f3f69ece
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175237

View File

@ -15,14 +15,16 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Virtual Paper document storage and viewing software COMMENT= Virtual Paper document storage and viewing software
BUILD_DEPENDS= ${L1}libm3formsvbt${L2}:${PORTSDIR}/lang/pm3-forms \ BUILD_DEPENDS= ${L1}libm3formsvbt${L2}:${PORTSDIR}/lang/pm3-forms \
/nonexistent:${PORTSDIR}/lang/pm3-base:configure nonexistent:${PORTSDIR}/lang/pm3-base:configure
RUN_DEPENDS= ${L1}libm3formsvbt${L2}:${PORTSDIR}/lang/pm3-forms RUN_DEPENDS= ${L1}libm3formsvbt${L2}:${PORTSDIR}/lang/pm3-forms
NOFETCHFILES= yes
ONLY_FOR_ARCHS= i386 alpha
DIST_SUBDIR= pm3 DIST_SUBDIR= pm3
INSTALL_TARGET= all INSTALL_TARGET= all
MAN1= BuildLectern.1 EditLectern.1 Lectern.1 LecternClient.1 MAN1= BuildLectern.1 EditLectern.1 Lectern.1 LecternClient.1
PLIST_SUB+= SOVERSION=${SOVERSION} TARGET=${TARGET} \ PLIST_SUB+= SOVERSION=${SOVERSION} TARGET=${TARGET} \
TARGETDIR=${TARGETDIR} WORDSIZE=${WORDSIZE} INST_TARGET=${INST_TARGET} WORDSIZE=${WORDSIZE}
WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../../lang/pm3-base/work/pm3-${PM3VERSION} WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../../lang/pm3-base/work/pm3-${PM3VERSION}
BUILDDIRS= graphics/lecternpkg/lecternclient \ BUILDDIRS= graphics/lecternpkg/lecternclient \
@ -47,26 +49,26 @@ USE_GMAKE= yes
.if ${PORTOBJFORMAT} == "aout" .if ${PORTOBJFORMAT} == "aout"
L2= .so.${SOVERSION}.0 L2= .so.${SOVERSION}.0
TARGET= FreeBSD2 TARGET= FreeBSD2
TARGETDIR= freebsd-2 INST_TARGET= freebsd-2
WORDSIZE= 32 WORDSIZE= 32
.elif ${ARCH} == "i386" .elif ${ARCH} == "i386"
L2= .so.${SOVERSION} L2= .so.${SOVERSION}
.if ${OSVERSION} < 400011 .if ${OSVERSION} < 400011
TARGET= FreeBSD3 TARGET= FreeBSD3
TARGETDIR= freebsd-3 INST_TARGET= freebsd-3
.else .else
TARGET= FreeBSD4 TARGET= FreeBSD4
TARGETDIR= freebsd-4 INST_TARGET= freebsd-4
.endif .endif
WORDSIZE= 32 WORDSIZE= 32
.elif ${ARCH} == "alpha" .elif ${ARCH} == "alpha"
.if ${OSVERSION} < 400011 .if ${OSVERSION} < 400011
IGNORE= Not supported on older versions of FreeBSD/Alpha IGNORE= not supported on older versions of FreeBSD/Alpha
.endif .endif
CFLAGS+= -mieee CFLAGS+= -mieee
L2= .so.${SOVERSION} L2= .so.${SOVERSION}
TARGET= FBSD_ALPHA TARGET= FBSD_ALPHA
TARGETDIR= fbsd-alpha INST_TARGET= fbsd-alpha
WORDSIZE= 64 WORDSIZE= 64
.endif .endif