[BACK]Return to Makefile.common CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / archivers / unrar

Annotation of pkgsrc/archivers/unrar/Makefile.common, Revision 1.33

1.33    ! adam        1: # $NetBSD: Makefile.common,v 1.32 2020/04/14 12:33:21 wiz Exp $
1.1       wiz         2: #
                      3: # used by archivers/libunrar/Makefile
                      4: # used by archivers/unrar/Makefile
                      5:
1.33    ! adam        6: DISTNAME=      unrarsrc-5.9.3
1.1       wiz         7: PKGNAME=       ${DISTNAME:S/src//}
                      8: CATEGORIES=    archivers
1.15      wiz         9: MASTER_SITES=  https://www.rarlab.com/rar/
1.1       wiz        10:
1.32      wiz        11: MAINTAINER=    pkgsrc-users@NetBSD.org
1.15      wiz        12: HOMEPAGE=      https://www.rarlab.com/
1.1       wiz        13: COMMENT=       Extract, view & test RAR archives
                     14: LICENSE=       unrar-license
                     15: # From private mail addressed to pkgsrc maintainers:
                     16: #
                     17: # Date: Wed, 10 Sep 2008 18:27:35 +0600
                     18: # From: Eugene Roshal <roshal@rarlab.com>
                     19: # You can redistribute either original or modified binaries or sources.
                     20:
                     21: NO_CONFIGURE=  YES
                     22: USE_LANGUAGES= c++
                     23: # XXX: makefile has DOS line endings
                     24: USE_TOOLS+=    gmake
                     25:
                     26: MAKE_FILE=     makefile
1.8       tnn        27: MAKE_FLAGS+=   CXX=${CXX:Q} CXXFLAGS=${CXXFLAGS:Q} LDFLAGS=${LDFLAGS:Q}
1.1       wiz        28: # usually set in Makefile, but overridden by line above
                     29: LDFLAGS+=      -pthread
                     30: CXXFLAGS+=     -fPIC
                     31:
                     32: WRKSRC=                ${WRKDIR}/unrar
                     33:
                     34: DISTINFO_FILE= ${.CURDIR}/../../archivers/unrar/distinfo

CVSweb <webmaster@jp.NetBSD.org>