- portlint(1)

PR:		95766
Submitted by:	Alexander Botero-Lowry <alex___foxybanana.com>
Approved by:	maintainer timeout (14 days)
This commit is contained in:
Marcus Alves Grando 2006-04-29 17:57:03 +00:00
parent 541e4d5aff
commit 2d214c77cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160816

View file

@ -18,7 +18,7 @@ USE_XLIB= yes
USE_GETOPT_LONG=yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-manage-devices --with-devdir=/var/lirc
@ -33,8 +33,9 @@ PLIST_SUB+= SMODE2=
.else
PLIST_SUB+= SMODE2="@comment "
.endif
.if defined(WITH_IRMAN)
BUILD_DEPENDS= ${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman
BUILD_DEPENDS+= ${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman
CONFIGURE_ARGS+= --with-driver=irman
.if ${OSVERSION} >= 500041
# These are already included in the getopt_long case on < 50041