mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
35f74fbe2e
when it was missing) - Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN - Fix some whitespace and formatting bugs along the way
32 lines
731 B
Makefile
32 lines
731 B
Makefile
# Created by: Ashish Shukla <wahjava@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtkparasite
|
|
PORTVERSION= 20090819
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= LOCAL/pav
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= GTK+ UI debugging tool
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static
|
|
INSTALL_TARGET= install-strip
|
|
USES= autoreconf libtool pkgconfig python:2.7
|
|
USE_GNOME= gtk20 pygtk2
|
|
WRKSRC= ${WRKDIR}/chipx86-gtkparasite-a3d862d4a91ea27222e4273a6797f3e47efe6e83
|
|
PORTDOCS= USAGE
|
|
PLIST_FILES= lib/gtk-2.0/modules/libgtkparasite.so
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/USAGE ${STAGEDIR}/${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|