mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
edd28a2491
This release adds alphasorting of the mailing lists, support for archived mailing lists
22 lines
430 B
Makefile
22 lines
430 B
Makefile
PORTNAME= mlmmj-webview
|
|
PORTVERSION= 0.0.5
|
|
CATEGORIES= mail www
|
|
MASTER_SITES= https://codeberg.org/bapt/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Tiny web frontend for mlmmj
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libkcgi.a:www/kcgi
|
|
|
|
USES= pkgconfig
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|
|
|