freebsd-ports/graphics/liblug/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

26 lines
554 B
Makefile

# New ports collection makefile for: liblug
# Date created: 27 December 2000
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= liblug
PORTVERSION= 1.0.6
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/graphics
MAINTAINER= ports@FreeBSD.org
COMMENT= A multi-format graphics manipulation library
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
PLIST_FILES= lib/liblug.a
USE_XLIB= yes
WRKSRC= ${WRKDIR}/lug
MAKEFILE= Makefile.linux
INSTALLS_SHLIB= yes
.include <bsd.port.mk>