freebsd-ports/sysutils/dnf/Makefile
Yuri Victorovich e969e7f028 sysutils/dnf: update 4.16.1 → 4.17.0
Reported by:	portscout
2023-09-01 23:41:08 -07:00

40 lines
891 B
Makefile

PORTNAME= dnf
DISTVERSION= 4.17.0
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Dandified YUM, the next-generation version of YUM
WWW= https://github.com/rpm-software-management/dnf
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= libcomps>0:misc/libcomps \
libdnf>0:sysutils/libdnf \
rpm4>0:archivers/rpm4 \
${PYTHON_PKGNAMEPREFIX}gpgme>0:security/py-gpgme@${PY_FLAVOR}
USES= cmake gettext-tools python
USE_GITHUB= yes
GH_ACCOUNT= rpm-software-management
CMAKE_OFF= FREEBSD_INSTALL_DOC
CMAKE_ARGS= -DPYTHON_DESIRED=${PYTHON_MAJOR_VER}
INSTALL_TARGET= install
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e "\
s|'/usr/bin'|'${PREFIX}/bin'|;\
s|@PYTHON_EXECUTABLE@|${PYTHON_CMD}|\
" ${WRKSRC}/bin/dnf*.in
post-install:
cd ${STAGEDIR}${PREFIX}/bin && \
${LN} -s dnf-3 dnf && \
${LN} -s dnf-automatic-3 dnf-automatic
.include <bsd.port.mk>