Files
ports/devel/libdpv/Makefile
T
Dag-Erling Smørgrav f6a8a826d2 devel/libdpv: New port
Reviewed by:	fuz
Differential Revision:	https://reviews.freebsd.org/D57959
2026-06-30 20:56:52 +02:00

25 lines
422 B
Makefile

PORTNAME= libdpv
DISTVERSION= 0.20260629
CATEGORIES= devel
MAINTAINER= dteske@FreeBSD.org
COMMENT= Dialog extension for progress tracking
LICENSE= BSD2CLAUSE
IGNORE_FreeBSD_14= FreeBSD 14 has libdpv in base
LIB_DEPENDS= libcdialog.so:devel/cdialog \
libfigpar.so:devel/libfigpar
USES= uidfix
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_PROJECT= dpv
WRKSRC_SUBDIR= lib/libdpv
.include <bsd.port.mk>