If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
22 lines
422 B
Makefile
22 lines
422 B
Makefile
# $OpenBSD: Makefile,v 1.15 2019/07/17 14:49:20 danj Exp $
|
|
|
|
COMMENT = graphical frontend to the objdump disassembler
|
|
|
|
MODPY_EGG_VERSION = 9
|
|
DISTNAME = dissy-${MODPY_EGG_VERSION}
|
|
CATEGORIES = devel
|
|
HOMEPAGE = https://github.com/SimonKagstrom/dissy
|
|
REVISION = 4
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MASTER_SITES = https://distfiles.nl/
|
|
|
|
MODULES = lang/python
|
|
RUN_DEPENDS = x11/py-gtk2
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|