forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
35 lines (27 loc) · 779 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
# Created by: Samy Al Bahra <[email protected]>
# $FreeBSD$
PORTNAME= docker
PORTVERSION= 1.5
PORTREVISION= 8
CATEGORIES= x11
MASTER_SITES= https://icculus.org/openbox/2/${PORTNAME}/
PKGNAMESUFFIX= -tray
MAINTAINER= [email protected]
COMMENT= Dockapp with support for GNOME2 and KDE3 tray icons
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USE_XORG= x11
USE_GNOME= glib20
USES= gmake pkgconfig
PLIST_FILES= bin/docker
post-patch:
@${REINPLACE_CMD} -e \
's|^PREFIX=|PREFIX?=| ; \
s|^CFLAGS=|CFLAGS?=| ; \
s|--cflags glib-2.0|--cflags x11 glib-2.0| ; \
s|--libs glib-2.0|--libs x11 glib-2.0| ; \
s|-L$$(XLIBPATH)|| ; \
s|-lX11||' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>