1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/sysutils/shlock/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

32 lines
586 B
Makefile

# New ports collection makefile for: shlock
# Date created: 8 July 2002
# Whom: dougb
#
# $FreeBSD$
#
PORTNAME= shlock
PORTVERSION= 2.3.3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR=inn
DISTFILES= inn-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= DougB@FreeBSD.org
HAS_CONFIGURE= yes
MAN1= shlock.1
WRKSRC= ${WRKDIR}/inn-${PORTVERSION}
do-build:
cd ${WRKSRC}/backends && ${MAKE} shlock
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/backends/shlock ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/man/shlock.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>