|
Lines 6-13
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= liblqr-1 |
8 |
PORTNAME= liblqr-1 |
| 9 |
DISTVERSION= 0.1.0-1 |
9 |
DISTVERSION= 0.2.1 |
| 10 |
PORTREVISION= 1 |
|
|
| 11 |
CATEGORIES= graphics |
10 |
CATEGORIES= graphics |
| 12 |
MASTER_SITES= http://liblqr.wikidot.com/local--files/en:download-page/ \ |
11 |
MASTER_SITES= http://liblqr.wikidot.com/local--files/en:download-page/ \ |
| 13 |
http://www.amdmi3.ru/distfiles/ |
12 |
http://www.amdmi3.ru/distfiles/ |
|
Lines 16-21
Link Here
|
| 16 |
COMMENT= An easy to use C/C++ seam carving library |
15 |
COMMENT= An easy to use C/C++ seam carving library |
| 17 |
|
16 |
|
| 18 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
|
|
18 |
USE_BZIP2= yes |
| 19 |
USE_GMAKE= yes |
19 |
USE_GMAKE= yes |
| 20 |
USE_GNOME= glib20 pkgconfig |
20 |
USE_GNOME= glib20 pkgconfig |
| 21 |
|
21 |
|
|
Lines 25-31
Link Here
|
| 25 |
|
25 |
|
| 26 |
.if !defined(NOPORTDOCS) |
26 |
.if !defined(NOPORTDOCS) |
| 27 |
BUILD_DEPENDS+= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \ |
27 |
BUILD_DEPENDS+= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \ |
| 28 |
${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl |
28 |
${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ |
|
|
29 |
${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450 |
| 29 |
|
30 |
|
| 30 |
PORTDOCS= * |
31 |
PORTDOCS= * |
| 31 |
.endif |
32 |
.endif |
|
Lines 46-52
Link Here
|
| 46 |
post-build: |
47 |
post-build: |
| 47 |
.if !defined(NOPORTDOCS) |
48 |
.if !defined(NOPORTDOCS) |
| 48 |
${RM} ${WRKSRC}/examples/*.orig |
49 |
${RM} ${WRKSRC}/examples/*.orig |
| 49 |
cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE} xml |
50 |
${RM} ${WRKSRC}/docs/*.orig |
|
|
51 |
cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE} html |
| 50 |
.endif |
52 |
.endif |
| 51 |
|
53 |
|
| 52 |
post-install: |
54 |
post-install: |