mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
04b9da4140
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
30 lines
569 B
Makefile
30 lines
569 B
Makefile
PORTNAME= beadm
|
|
PORTVERSION= 1.3.2
|
|
PORTREVISION= 0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= GH
|
|
|
|
MAINTAINER= vermaden@interia.pl
|
|
COMMENT= Solaris-like utility to manage Boot Environments on ZFS
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= vermaden
|
|
|
|
NO_BUILD= YES
|
|
NO_ARCH= YES
|
|
|
|
CONFLICTS_INSTALL= beadm-devel
|
|
|
|
PLIST_FILES= sbin/${PORTNAME} \
|
|
man/man8/${PORTNAME}.8.gz
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
|
|
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 \
|
|
${STAGEDIR}${MANPREFIX}/man/man8/
|
|
|
|
.include <bsd.port.mk>
|