[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / comms / wammu

Annotation of ports/comms/wammu/Makefile, Revision 1.1

1.1     ! kirby       1: # $OpenBSD: Makefile.template,v 1.61 2012/03/29 13:41:58 sthen Exp $
        !             2:
        !             3: COMMENT =              Gnu All Mobile Management Utilities GUI
        !             4:
        !             5: DISTNAME =             wammu-0.36
        !             6:
        !             7: CATEGORIES =           comms x11
        !             8:
        !             9: HOMEPAGE =             http://wammu.eu/
        !            10:
        !            11: MAINTAINER =           Kirill Bychkov <kirby@openbsd.org>
        !            12:
        !            13: # GPLv2
        !            14: PERMIT_PACKAGE_CDROM = Yes
        !            15: PERMIT_PACKAGE_FTP =   Yes
        !            16: PERMIT_DISTFILES_CDROM =Yes
        !            17: PERMIT_DISTFILES_FTP = Yes
        !            18:
        !            19: MASTER_SITES =         http://dl.cihar.com/wammu/v0/
        !            20:
        !            21: MODULES =              lang/python
        !            22:
        !            23: RUN_DEPENDS =          comms/gammu \
        !            24:                        devel/desktop-file-utils \
        !            25:                        x11/py-wxPython
        !            26:
        !            27: NO_REGRESS =           Yes
        !            28:
        !            29: .include <bsd.port.mk>

CVSweb