aboutsummaryrefslogtreecommitdiffstats
path: root/x11/apwal/Makefile
blob: e5ab995440b07d2f2dbcfcc6df92e72a476a52b0 (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
# Created by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
# $FreeBSD$

PORTNAME=   apwal
PORTVERSION=    0.4.5
PORTREVISION=   10
CATEGORIES= x11
MASTER_SITES=   http://apwal.free.fr/download/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Simple and powerful application launcher

USE_GNOME=  gtk20 libxml2
USE_GMAKE=  yes
USES=       pkgconfig

WRKSRC=     ${WRKDIR}/${PORTNAME}/src

PLIST_FILES=    bin/apwal bin/apwal-editor

NO_STAGE=   yes
post-patch:
    @${CP} ${FILESDIR}/group_member.c ${WRKSRC}
    @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \
        ${WRKSRC}/cereimg.c ${WRKSRC}/../example/apwalrc.xml

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/apwal ${PREFIX}/bin
    ${LN} -sf ${PREFIX}/bin/apwal ${PREFIX}/bin/apwal-editor

.include <bsd.port.mk>