forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
42 lines (29 loc) · 954 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Created by: Pawel Pekala <[email protected]>
# $FreeBSD$
PORTNAME= c++-gtk-utils
PORTVERSION= 2.2.18
CATEGORIES= x11-toolkits
MASTER_SITES= SF/cxx-gtk-utils/cxx-gtk-utils/${PORTVERSION}/
MAINTAINER= [email protected]
COMMENT= Lightweight library for programming GTK+ programs
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig
GNU_CONFIGURE= yes
USES= compiler:c++11-lib gettext-runtime gnome libtool pathfix \
pkgconfig
USE_GNOME= cairo gdkpixbuf2 gtk20
USE_LDCONFIG= yes
CONFIGURE_SCRIPT= configure-gtk2
CONFIGURE_ARGS= --docdir=${DOCSDIR}
PORTDOCS= *
LIBVERSION= 0.4.0
PLIST_SUB= LIBVERSION=${LIBVERSION}
OPTIONS_DEFINE= DEBUG DOCS
DEBUG_CONFIGURE_ON= --enable-debug
post-configure:
@${REINPLACE_CMD} '/^SUBDIRS/ s|tests||' ${WRKSRC}/Makefile
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcxx-gtk-utils-2-2.2.so.*
.include <bsd.port.mk>