mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- Trim Makefile header
- OptionsNG
This commit is contained in:
parent
126a493f14
commit
2fb0fafb42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318818
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: sea-defender
|
||||
# Date created: 23 Jul 2010
|
||||
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
#
|
||||
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sea-defender
|
||||
PORTVERSION= r20100723
|
||||
@ -30,10 +26,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/sea ${PREFIX}/libexec/${PORTNAME}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user