freebsd-ports/x11/apwal/Makefile
Pav Lucistnik 8661561f12 Add apwal, a simple and powerful application launcher.
It is composed in 2 parts: the application launcher itself and
a good looking easy to use editor.

PR:		ports/59940
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-12-06 13:07:52 +00:00

31 lines
777 B
Makefile

# New ports collection makefile for: apwal
# Date created: Nov 26, 2003
# Whom: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
#
# $FreeBSD$
#
PORTNAME= apwal
PORTVERSION= 0.4.2
CATEGORIES= x11
MASTER_SITES= http://apwal.free.fr/download/
MAINTAINER= stolz@i2.informatik.rwth-aachen.de
COMMENT= Simple and powerful application launcher
USE_GNOME= gtk20 libxml2
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}/src
post-patch:
@${CP} ${FILESDIR}/group_member.c ${WRKSRC}
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share/gnome|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>