Lines 1-13
Link Here
|
1 |
# New ports collection makefile for: webp |
|
|
2 |
# Date created: 1 October 2010 |
3 |
# Whom: johans |
4 |
# |
5 |
# $FreeBSD: ports/graphics/webp/Makefile,v 1.12 2012/11/17 05:58:24 svnexp Exp $ |
1 |
# $FreeBSD: ports/graphics/webp/Makefile,v 1.12 2012/11/17 05:58:24 svnexp Exp $ |
6 |
# |
|
|
7 |
|
2 |
|
8 |
PORTNAME= webp |
3 |
PORTNAME= webp |
9 |
PORTVERSION= 0.1.3 |
4 |
PORTVERSION= 0.3.1 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= graphics |
5 |
CATEGORIES= graphics |
12 |
MASTER_SITES= GOOGLE_CODE |
6 |
MASTER_SITES= GOOGLE_CODE |
13 |
DISTNAME= lib${PORTNAME}-${PORTVERSION} |
7 |
DISTNAME= lib${PORTNAME}-${PORTVERSION} |
Lines 15-21
Link Here
|
15 |
MAINTAINER= johans@FreeBSD.org |
9 |
MAINTAINER= johans@FreeBSD.org |
16 |
COMMENT= Google WebP image format conversion tool |
10 |
COMMENT= Google WebP image format conversion tool |
17 |
|
11 |
|
18 |
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ |
12 |
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ |
19 |
png15:${PORTSDIR}/graphics/png |
13 |
png15:${PORTSDIR}/graphics/png |
20 |
|
14 |
|
21 |
USE_LDCONFIG= yes |
15 |
USE_LDCONFIG= yes |