freebsd-ports/sysutils/beadm-devel/Makefile
Stefan Eßer 5933ac0b09 */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
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)
2021-11-23 23:11:40 +01:00

33 lines
720 B
Makefile

PORTNAME= beadm
PORTVERSION= 1.2.99.20180708
PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMESUFFIX= -devel
MASTER_SITES= \
LOCAL/bdrewery/${PORTNAME} \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
GH
MAINTAINER= vermaden@interia.pl
COMMENT= Solaris-like utility to manage Boot Environments on ZFS
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= vermaden
GH_TAGNAME= 2665f52786a12aadbe8984731b8a64d1249692f4
NO_BUILD= YES
CONFLICTS_INSTALL= beadm
PLIST_FILES= sbin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
${STAGEDIR}${MANPREFIX}/man/man1/
.include <bsd.port.mk>