1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/x11/apwal/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

34 lines
775 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.5
PORTREVISION= 6
CATEGORIES= x11
MASTER_SITES= http://apwal.free.fr/download/
MAINTAINER= vs@FreeBSD.org
COMMENT= Simple and powerful application launcher
USE_GNOME= gtk20 libxml2
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}/src
PLIST_FILES= bin/apwal bin/apwal-editor
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>