openbsd-ports/productivity/tryton/dashboard/Makefile
ajacoutot 1c46f2e33a No need to repeat the same things over and over again for all modules.
Introduce a TRYTOND_MODULE variable and factorize common variables.
2011-06-20 05:19:26 +00:00

8 lines
155 B
Makefile

# $OpenBSD: Makefile,v 1.2 2011/06/20 05:19:26 ajacoutot Exp $
MODPY_EGG_VERSION = 2.0.0
TRYTOND_MODULE = dashboard
REVISION = 0
.include <bsd.port.mk>