1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/x11/apwal/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

30 lines
720 B
Makefile

# Created by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
# $FreeBSD$
PORTNAME= apwal
PORTVERSION= 0.4.5
PORTREVISION= 12
CATEGORIES= x11
MASTER_SITES= http://apwal.free.fr/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple and powerful application launcher
USE_GNOME= gtk20 libxml2
USES= gmake pkgconfig
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 ${STAGEDIR}${PREFIX}/bin
${LN} -sf apwal ${STAGEDIR}${PREFIX}/bin/apwal-editor
.include <bsd.port.mk>