Lines 1-6
Link Here
|
1 |
PORTNAME= idesk |
1 |
PORTNAME= idesk |
2 |
PORTVERSION= 0.7.5 |
2 |
PORTVERSION= 0.7.5 |
3 |
PORTREVISION= 11 |
3 |
PORTREVISION= 12 |
4 |
CATEGORIES= x11 |
4 |
CATEGORIES= x11 |
5 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |
5 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |
6 |
|
6 |
|
Lines 8-32
MAINTAINER= acm@FreeBSD.org
Link Here
|
8 |
COMMENT= Place launch icons and background directly on your desktop |
8 |
COMMENT= Place launch icons and background directly on your desktop |
9 |
WWW= https://idesk.sourceforge.net |
9 |
WWW= https://idesk.sourceforge.net |
10 |
|
10 |
|
11 |
LIB_DEPENDS= libXft.so:x11-fonts/libXft \ |
11 |
LICENSE= BSD3CLAUSE |
12 |
libImlib2.so:graphics/imlib2 |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
|
13 |
|
14 |
GNU_CONFIGURE= yes |
14 |
LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ |
15 |
USES= gmake pkgconfig tar:bzip2 |
15 |
libXft.so:x11-fonts/libXft |
16 |
|
16 |
|
17 |
OPTIONS_DEFINE= SHAPE SN DOCS |
17 |
USES= gmake pkgconfig tar:bzip2 xorg |
18 |
SHAPE_DESC= Support of XShape extension |
18 |
USE_XORG= ice sm x11 |
19 |
SN_DESC= Startup notification support |
19 |
|
20 |
OPTIONS_DEFAULT= SHAPE |
20 |
GNU_CONFIGURE= yes |
21 |
|
21 |
|
22 |
CXXFLAGS+= `imlib2-config --cflags` `freetype-config --cflags` |
22 |
MAKE_ARGS= cc="${CXX}" \ |
23 |
MAKE_ARGS= cc="${CXX}" cflags="${CXXFLAGS}" |
23 |
cflags="${CXXFLAGS}" |
24 |
SUB_FILES= pkg-message |
24 |
SUB_FILES= pkg-message |
25 |
PLIST_FILES= bin/${PORTNAME} |
25 |
PLIST_FILES= bin/${PORTNAME} |
26 |
PORTDOCS= README |
26 |
PORTDOCS= README |
27 |
|
27 |
|
|
|
28 |
OPTIONS_DEFINE= DOCS SHAPE SN |
29 |
OPTIONS_DEFAULT= SHAPE |
30 |
|
31 |
SHAPE_DESC= Support of XShape extension |
32 |
SN_DESC= Startup notification support |
33 |
|
34 |
SHAPE_USE= XORG=xext |
28 |
SHAPE_CONFIGURE_ENABLE= shape |
35 |
SHAPE_CONFIGURE_ENABLE= shape |
29 |
SN_LIB_DEPENDS= libstartup-notification.so:x11/startup-notification |
36 |
|
|
|
37 |
SN_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification |
30 |
SN_CONFIGURE_ON= --enable-libsn |
38 |
SN_CONFIGURE_ON= --enable-libsn |
31 |
|
39 |
|
32 |
do-install: |
40 |
do-install: |