mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
10ddcca177
- these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
27 lines
551 B
Makefile
27 lines
551 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
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|