1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/graphics/liblug/Makefile

29 lines
632 B
Makefile
Raw Normal View History

# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
PORTNAME= liblug
PORTVERSION= 1.0.6
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/graphics
MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-format graphics manipulation library
LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff
2004-02-05 20:38:07 +00:00
PLIST_FILES= lib/liblug.a
USE_XORG= x11
CFLAGS+= -Wno-return-type
WRKSRC= ${WRKDIR}/lug
MAKEFILE= Makefile.linux
USE_LDCONFIG= yes
post-patch:
2010-08-26 19:21:01 +00:00
@${REINPLACE_CMD} -e 's|-DiTIFF|-DiTIFF -DTIFF_VERSION=TIFF_VERSION_CLASSIC|' \
${WRKSRC}/Makefile.linux
.include <bsd.port.mk>