Lines 2-11
Link Here
|
2 |
# $FreeBSD: head/graphics/leptonica/Makefile 439814 2017-04-30 12:50:54Z sunpoet $ |
2 |
# $FreeBSD: head/graphics/leptonica/Makefile 439814 2017-04-30 12:50:54Z sunpoet $ |
3 |
|
3 |
|
4 |
PORTNAME= leptonica |
4 |
PORTNAME= leptonica |
5 |
PORTVERSION= 1.74.1 |
5 |
PORTVERSION= 1.76.0 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 1 |
7 |
CATEGORIES= graphics |
7 |
CATEGORIES= graphics |
8 |
MASTER_SITES= http://www.leptonica.com/source/ |
8 |
|
|
|
9 |
USE_GITHUB= yes |
10 |
MASTER_SITES= GH |
11 |
GH_ACCOUNT= DanBloomberg |
9 |
|
12 |
|
10 |
MAINTAINER= hiroto.kagotani@gmail.com |
13 |
MAINTAINER= hiroto.kagotani@gmail.com |
11 |
COMMENT= C library for efficient image processing and image analysis operations |
14 |
COMMENT= C library for efficient image processing and image analysis operations |
Lines 18-24
Link Here
|
18 |
|
21 |
|
19 |
CONFLICTS= leptonlib-[0-9]* |
22 |
CONFLICTS= leptonlib-[0-9]* |
20 |
|
23 |
|
21 |
USES= jpeg libtool pathfix |
24 |
USES= jpeg libtool pathfix autoreconf pkgconfig |
22 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
23 |
USE_LDCONFIG= yes |
26 |
USE_LDCONFIG= yes |
24 |
CPPFLAGS+= -I${LOCALBASE}/include |
27 |
CPPFLAGS+= -I${LOCALBASE}/include |