blob: ecaec478a5b12099183b1805f65acee8c25787f1 (
plain) (
blame)
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
43
44
45
46
47
48
49
50
51
52
53
54
|
# New ports collection makefile for: libggiwmh
# Date created: 7 December 2004
# Whom: antoine.brodin@laposte.net
#
# $FreeBSD$
#
PORTNAME= libggiwmh
PORTVERSION= 0.3.2
PORTREVISION= 2
CATEGORIES= graphics devel
MASTER_SITES= http://www.ggi-project.org/ftp/ggi/v2.2/ \
SF/ggi/misc/${PORTNAME}-${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= antoine.brodin@laposte.net
COMMENT= A libggi extension, wmh stands for Window Manager Hints
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_BZIP2= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
MAN3= ggiWmhIconify.3 \
ggiWmhInit.3 \
ggiWmhMove.3 \
ggiWmhSetTitle.3 \
ggiWmhZOrder.3
MAN7= libggiwmh.7
MLINKS= ggiWmhIconify.3 ggiWmhMoveIcon.3 \
- ggiWmhSetIconTitle.3 \
ggiWmhInit.3 ggiWmhAttach.3 \
- ggiWmhDetach.3 - ggiWmhExit.3 \
ggiWmhMove.3 ggiWmhAllowResize.3 \
- ggiWmhGetPos.3 - ggiWmhGetSize.3 \
- ggiWmhMaximize.3 - ggiWmhResize.3
.if !defined(WITHOUT_X11)
USE_XORG= x11
PLIST_SUB+= XWMH=""
.else
CONFIGURE_ARGS+=--disable-x
PLIST_SUB+= XWMH="@comment "
.endif
post-install:
${INSTALL_DATA} ${WRKSRC}/libggiwmh.conf ${PREFIX}/etc/ggi/libggiwmh.conf.dist
.include <bsd.port.mk>
|