Skip to content

Commit

Permalink
security/calife: Update port Makefile
Browse files Browse the repository at this point in the history
* Update Makefile to follow Porters Handbook
* Update WWW entry
* Add backup site to MASTER_SITES

PR:		276567
  • Loading branch information
keltia authored and Daniel Engberg committed Feb 11, 2024
1 parent 8e6fa82 commit 447b15a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions security/calife/Makefile
@@ -1,21 +1,22 @@
PORTNAME= calife
PORTVERSION= 3.0.6
DISTVERSION= 3.0.6
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= https://assets.keltia.net/calife/
MASTER_SITES= https://assets.keltia.net/calife/ \
https://github.com/keltia/calife/releases/${DISTVERSION}/

MAINTAINER= roberto@FreeBSD.org
COMMENT= Lightweight alternative to sudo
WWW= https://www.keltia.net/programs/calife
WWW= https://keltia.net/programs/calife

LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

USES= cpe tar:xz

GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc

CONFIGURE_ARGS+= --with-pam
CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc \
--with-pam

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/calife ${STAGEDIR}${PREFIX}/bin/calife
Expand Down

0 comments on commit 447b15a

Please sign in to comment.