mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
caf3b40a2b
samba4, set SAMBA4_PORT to samba4 in make.conf.
35 lines
667 B
Makefile
35 lines
667 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Parse-Pidl
|
|
PORTVERSION= ${SAMBA4_VERSION}
|
|
PORTREVISION= 0
|
|
PORTEPOCH= 0
|
|
CATEGORIES= devel perl5
|
|
PKGNAMEPREFIX= p5-
|
|
PKGNAMESUFFIX=
|
|
|
|
COMMENT= IDL compiler written in Perl
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= p5-Parse-Yapp>=0:${PORTSDIR}/devel/p5-Parse-Yapp
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
CONFLICTS=
|
|
|
|
SAMBA4_PORT?= samba41
|
|
SAMBA4_SUBPORT= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../net/${SAMBA4_PORT}
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/pidl
|
|
|
|
post-extract:
|
|
@${RM} -rf ${WRKSRC}/lib/Parse/Yapp ${WRKSRC}/lib/wscript_build
|
|
|
|
.include "${MASTERDIR}/Makefile"
|