mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
81a2f59957
work -> ${WRKDIR}
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# New ports collection makefile for: sharity-light
|
|
# Version required: 1.0
|
|
# Date created: 14 June 1997
|
|
# Whom: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
|
|
#
|
|
# $Id: Makefile,v 1.8 1998/10/16 00:55:28 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= Sharity-Light.1.0.s
|
|
PKGNAME= sharity-light-1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.obdev.at/pub/Products/Sharity-Light/ \
|
|
ftp://ftp.rhrz.uni-bonn.de/pub-koeln/net/samba/ \
|
|
ftp://ftp.warpnet.ro/mirrors/ftp.obdev.at/pub/Products/Sharity-Light/
|
|
|
|
MAINTAINER= dt@FreeBSD.ORG
|
|
|
|
MAN8= smbmount.8
|
|
|
|
post-extract:
|
|
@${MKDIR} ${WRKDIR}/unshlight
|
|
@${CP} ${FILESDIR}/unshlight.c ${WRKDIR}/unshlight
|
|
@${CP} ${FILESDIR}/Makefile.unshlight ${WRKDIR}/unshlight/Makefile
|
|
|
|
post-build:
|
|
cd ${WRKDIR}/unshlight && make
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/shlight ${PREFIX}/sbin
|
|
${INSTALL_PROGRAM} ${WRKDIR}/unshlight/unshlight ${PREFIX}/sbin
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/Sharity-Light
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/Sharity-Light/README
|
|
${INSTALL_DATA} ${WRKSRC}/FAQ.txt ${PREFIX}/share/doc/Sharity-Light/FAQ
|
|
.endif
|
|
${INSTALL_MAN} ${WRKSRC}/smbmount.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|