Changeset View
Changeset View
Standalone View
Standalone View
Makefile
Property | Old Value | New Value |
---|---|---|
svn:eol-style | null | native \ No newline at end of property |
svn:keywords | null | FreeBSD=%H \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
# $FreeBSD$ | |||||
PORTNAME= awgg | |||||
PORTVERSION= 0.5.1 | |||||
CATEGORIES= net-p2p | |||||
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} | |||||
MAINTAINER= acm@FreeBSD.org | |||||
COMMENT= Advanced wget GUI | |||||
LICENSE= GPLv2 | |||||
RUN_DEPENDS= aria2c:www/aria2 \ | |||||
wget:ftp/wget \ | |||||
curl:ftp/curl \ | |||||
youtube-dl:www/youtube_dl \ | |||||
mat: Wrong place in the Makefile. See [[ https://www.freebsd.org/doc/en/books/porters… | |||||
Done Inline ActionsI have looked at https://svnweb.freebsd.org/ports/head/databases/qof/Makefile?revision=428152&view=markup (it is a Makefile sample listed at https://www.freebsd.org/doc/en/books/porters-handbook/conflicts.html) and I saw that CONFLICTS is defined after of LICENSE or is it different with flavor_CONFLICTS? or Do I must define them before of LAZARUS_ARGS? acm: I have looked at https://svnweb.freebsd.org/ports/head/databases/qof/Makefile? | |||||
Done Inline Actionsdatabases/qof is almost all wrong in where things should be. The only bit that was of interest was the globing used in the CONFLICTS line. Please follow the link I gave you. mat: `databases/qof` is almost all wrong in where things should be. The only bit that was of… | |||||
axel:ftp/axel | |||||
USES= fpc lazarus:flavors | |||||
USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-xml \ | |||||
pasjpeg regexpr rtl-extra rtl-objpas x11 | |||||
USE_XORG= x11 | |||||
USE_GITHUB= yes | |||||
GH_ACCOUNT= Nenirey | |||||
GH_PROJECT= AWGG | |||||
GH_TAGNAME= 28d009f | |||||
DESKTOP_ENTRIES="AWGG" \ | |||||
"Advanced wget GUI" \ | |||||
"${PREFIX}/share/pixmaps/AWGG16x16.png" \ | |||||
"${PORTNAME}" \ | |||||
"Network;P2P;" \ | |||||
${TRUE} | |||||
USE_FPC_gtk2= cairo | |||||
USE_GNOME_gtk2= cairo | |||||
USE_FPC+= ${USE_FPC_${FLAVOR}} | |||||
USE_GNOME+= ${USE_GNOME_${FLAVOR}} | |||||
gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt4 ${PORTNAME}-qt5 | |||||
qt4_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt5 | |||||
qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt4 | |||||
matUnsubmitted Not Done Inline ActionsWrong place in the Makefile, flavors helpers. See Chapter 15. Order of Variables in Port Makefiles. mat: Wrong place in the Makefile, flavors helpers. See [[ https://www.freebsd. | |||||
LAZBUILD_ARGS= -d | |||||
LAZARUS_PROJECT_FILES= src/awgg.lpi | |||||
post-patch: | |||||
${REINPLACE_CMD} 's|/usr/bin/shutdown|/sbin/shutdown|g' ${WRKSRC}/src/fmain.pas | |||||
${REINPLACE_CMD} 's|/usr|${LOCALBASE}|g' ${WRKSRC}/src/fmain.pas | |||||
do-install: | |||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} | |||||
cd ${WRKSRC}/pixmaps && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/pixmaps | |||||
.include <bsd.port.mk> |
Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.