freebsd-ports/devel/p4d/Makefile.inc
Gordon Tetlow db7a47bce4 Fixup include for p4 related ports now that devel/p4 is using source.
Also update devel/p4d to 2016.1/1611275.

MFH:		2018Q1 (blanket)
2018-02-04 23:35:50 +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}