freebsd-ports/devel/p4d/Makefile.inc
Gordon Tetlow 2ab8ae8584 MFH: r460953
Fixup include for p4 related ports now that devel/p4 is using source.

Also update devel/p4d to 2016.1/1611275.

Approved by:	ports-secteam (blanket)
2018-02-04 23:37:26 +00:00

22 lines
440 B
Makefile

# Figure out what to install
.if ${OPSYS} == FreeBSD
ONLY_FOR_ARCHS?= amd64 i386
.if ${ARCH} == amd64
PLATFORM= freebsd100x86_64
.elif ${ARCH} == i386
PLATFORM= freebsd100x86
.else
IGNORE= unsupported OS release, sorry
.endif
.else
IGNORE= ${OPSYS} is unsupported, sorry
.endif
P4VERSION?= r${PORTVERSION:S/^20//:C/\.[0-9]+$//}
DIST_SUBDIR?= perforce/${PORTVERSION}/bin.${PLATFORM}
DISTINFO_FILE?= ${MASTERDIR}/distinfo.${PLATFORM}