freebsd-ports/print/dymo-cups-drivers/Makefile
Alexey Dokuchaev 6bc8fc4719 print/dymo-cups-drivers: the port had been improved (+)
- Replace `std::auto_ptr' with `std::unique_ptr' rather
  than limiting Clang/LLVM version to 15
- Chase HTTP/1.1 301 redirection in the MASTER_SITES and
  finish WWW line update from the previous commit

Fixes:	08760e5251, 9d66bcf099
2024-01-05 08:07:48 +00:00

21 lines
438 B
Makefile

PORTNAME= dymo-cups-drivers
PORTVERSION= 1.4.0
PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= https://download.dymo.com/Software/Linux/
MAINTAINER= ports@FreeBSD.org
COMMENT= Open source DYMO CUPS driver
WWW= https://www.dymo.com/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcupsimage.so:print/cups
USES= localbase:ldflags
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/dymo-cups-drivers-1.4.0.5
.include <bsd.port.mk>