1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/print/dymo-cups-drivers/Makefile
Hans Petter Selasky adc83f029d Port builds fine using the regular make.
No need to depend on gmake for building.

Suggested by:	Sid <sid@bsdmail.com>
Approved by:	pi (implicit)
2021-04-07 15:10:27 +02:00

22 lines
450 B
Makefile

PORTNAME= dymo-cups-drivers
PORTVERSION= 1.4.0
PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= http://download.dymo.com/Software/Linux/
MAINTAINER= hselasky@FreeBSD.org
COMMENT= Open source DYMO CUPS driver
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcupsimage.so:print/cups
WRKSRC= ${WRKDIR}/dymo-cups-drivers-1.4.0.5
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>