mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
31 lines
671 B
Makefile
31 lines
671 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= shlock
|
|
PORTVERSION= 2.6.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ISC/inn
|
|
DISTNAME= inn-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Create lock files for use in shell scripts
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
ALL_TARGET= all-lib
|
|
CONFIGURE_ARGS= --disable-shared
|
|
CONFIGURE_ENV= ac_cv_path_PERL="${TRUE}"
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/shlock \
|
|
share/man/man1/shlock.1.gz
|
|
|
|
post-build:
|
|
@${DO_MAKE_BUILD} -C ${WRKSRC}/backends shlock
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/backends/shlock ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/doc/man/shlock.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
|
|
|
.include <bsd.port.mk>
|