- replace gtk-config with ${GTK_CONFIG} and gdk-pixbuf-config

with ${GDK_PIXBUF_CONFIG}
- install the manpage

PR:		ports/73676
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Requested by:	Jean-Baptiste Quenot
This commit is contained in:
Pav Lucistnik 2004-11-08 22:11:00 +00:00
parent 3fa8f42d07
commit 8bd1221a1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121157

View File

@ -7,6 +7,7 @@
PORTNAME= hot-babe
PORTVERSION= 0.1.4
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://dindinx.net/hotbabe/downloads/
@ -17,6 +18,9 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
MAKE_ARGS+= PREFIX="${PREFIX}" CC="${CC}"
USE_GNOME= gdkpixbuf
USE_REINPLACE= yes
MAN1= hot-babe.1
pre-everything::
@${ECHO_MSG}
@ -24,4 +28,11 @@ pre-everything::
@${ECHO_MSG} "You might hit Ctrl-C to abort."
@${ECHO_MSG}
post-patch:
@${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g;s|gdk-pixbuf-config|${GDK_PIXBUF_CONFIG}|g' \
${WRKSRC}/Makefile
post-install:
${INSTALL_MAN} ${WRKSRC}/hot-babe.1 ${PREFIX}/man/man1
.include <bsd.port.mk>