openbsd-ports/devel/dissy/Makefile

28 lines
517 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:03 espie Exp $
COMMENT = graphical frontend to the objdump disassembler
MODPY_EGG_VERSION = 9
DISTNAME = dissy-${MODPY_EGG_VERSION}
CATEGORIES = devel
HOMEPAGE = http://code.google.com/p/dissy/
2011-09-16 05:24:48 -04:00
REVISION = 1
MAINTAINER = Jonathan Armani <armani@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://dissy.googlecode.com/files/
MODULES = lang/python
2010-11-15 14:45:56 -05:00
RUN_DEPENDS = x11/py-gtk2
2013-03-11 06:50:00 -04:00
NO_TEST = Yes
PKG_ARCH = *
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>