- add HOMEPAGE
- make -> ${MAKE_PROGRAM} - cleanup Makefile
This commit is contained in:
parent
14fb5946ee
commit
524098724f
@ -1,18 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2001/06/20 01:43:30 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2001/09/12 13:30:43 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.10 1999/01/06 17:11:23 dt Exp $
|
||||
|
||||
COMMENT= "userland smbfs --- SMB to NFS protocols converter"
|
||||
|
||||
DISTNAME= Sharity-Light.1.2
|
||||
PKGNAME= sharity-light-1.2
|
||||
VERSION= 1.2
|
||||
DISTNAME= Sharity-Light.${VERSION}
|
||||
PKGNAME= sharity-light-${VERSION}
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.402
|
||||
NEED_VERSION= 1.435
|
||||
MASTER_SITES= ftp://ftp.obdev.at/pub/Products/Sharity-Light/ \
|
||||
ftp://ftp.warpnet.ro/mirrors/ftp.obdev.at/pub/Products/Sharity-Light/
|
||||
|
||||
MAINTAINER= ports@openbsd.org
|
||||
HOMEPAGE= http://www.obdev.at/products/sharity-light/
|
||||
|
||||
# License: GPL
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -26,7 +27,8 @@ post-extract:
|
||||
@cp -f ${FILESDIR}/Makefile.unshlight ${WRKSRC}/unshlight/Makefile
|
||||
|
||||
post-build:
|
||||
@cd ${WRKSRC}/unshlight && ${SETENV} ${MAKE_ENV} make ${MAKE_FLAGS}
|
||||
@cd ${WRKSRC}/unshlight && \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Sharity-Light
|
||||
|
@ -1,6 +1,6 @@
|
||||
If you want a short description of what Sharity-Light can do for you: you can
|
||||
mount volumes exported by Windows or related operating systems on your Unix
|
||||
machine. For a more detailed description I will quote from the README file:
|
||||
machine.
|
||||
|
||||
What does Sharity-Light do?
|
||||
===========================
|
||||
@ -11,5 +11,4 @@ Lanmanager protocol. If you know neither of these: Sharity-Light lets you
|
||||
mount drives exported by Windows (f.Workgroups/95/NT), Lan Manager, OS/2
|
||||
etc. on Unix machines.
|
||||
|
||||
|
||||
For more information, see http://www.obdev.at/Products/
|
||||
WWW: ${HOMEPAGE}
|
||||
|
Loading…
Reference in New Issue
Block a user