freebsd-ports/sysutils/scanmem/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

37 lines
919 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= scanmem
PORTVERSION= 0.13
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
EXTRACT_SUFX= _.tar.gz
MAINTAINER= danfe@FreeBSD.org
COMMENT= Locate and modify various data in an executing process
LICENSE= GPLv3
BROKEN= Unfetchable (google code has gone away)
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= requires linprocfs(5)
USES= readline
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_file__proc_self_maps=yes \
ac_cv_file__proc_self_mem=yes
OPTIONS_DEFINE= X11 DOCS
OPTIONS_SUB= yes
X11_DESC= Install PyGTK-based GUI (GameConqueror)
X11_CATEGORIES= python
X11_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:x11-toolkits/py-gtk2
X11_CONFIGURE_ON= --enable-gui
post-patch:
@${REINPLACE_CMD} -e 's,/proc/,/compat/linux&,' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's, COPYING,,' ${WRKSRC}/gui/Makefile.in
.include <bsd.port.mk>