openbsd-ports/devel/dissy/Makefile
naddy c326edce1b The ${PROJECT}.googlecode.com/files/ master sites are no longer
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.

ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00

27 lines
502 B
Makefile

# $OpenBSD: Makefile,v 1.11 2016/10/01 11:54:15 naddy Exp $
COMMENT = graphical frontend to the objdump disassembler
MODPY_EGG_VERSION = 9
DISTNAME = dissy-${MODPY_EGG_VERSION}
CATEGORIES = devel
HOMEPAGE = https://code.google.com/p/dissy/
REVISION = 2
MAINTAINER = Jonathan Armani <armani@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=dissy/}
MODULES = lang/python
RUN_DEPENDS = x11/py-gtk2
NO_TEST = Yes
PKG_ARCH = *
.include <bsd.port.mk>