Lines 3-21
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= gimmage |
4 |
PORTNAME= gimmage |
5 |
PORTVERSION= 0.2.3 |
5 |
PORTVERSION= 0.2.3 |
6 |
PORTREVISION= 9 |
6 |
PORTREVISION= 10 |
7 |
CATEGORIES= graphics |
7 |
CATEGORIES= graphics |
8 |
MASTER_SITES= BERLIOS CENKES |
8 |
MASTER_SITES= BERLIOS CENKES |
9 |
|
9 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= ports@FreeBSD.org |
11 |
COMMENT= Simple image viewer |
11 |
COMMENT= Simple image viewer |
12 |
|
12 |
|
13 |
LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ |
13 |
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl |
14 |
libcurl.so:${PORTSDIR}/ftp/curl |
|
|
15 |
|
14 |
|
16 |
USES= gettext pkgconfig |
15 |
USES= desktop-file-utils gettext pkgconfig |
|
|
16 |
USE_GNOME= gtkmm24 |
17 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
18 |
CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} |
18 |
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} |
19 |
|
19 |
|
20 |
NO_STAGE= yes |
|
|
21 |
.include <bsd.port.mk> |
20 |
.include <bsd.port.mk> |