freebsd-ports/games/macopix/Makefile
Stefan Eßer b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00

102 lines
4.3 KiB
Makefile

PORTNAME= macopix
PORTVERSION= 1.7.4
PORTREVISION= 12
CATEGORIES= games
MASTER_SITES= http://rosegray.sakura.ne.jp/macopix/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LICENSE_DISTFILES_DATA}
MAINTAINER= ports@FreeBSD.org
COMMENT= Window sitter for X11
WWW= http://rosegray.sakura.ne.jp/macopix/index-e.html
LICENSE= GPLv2+ DATA
LICENSE_COMB= multi
LICENSE_NAME_DATA= Commercial character data
LICENSE_TEXT_DATA= contains commercial character data
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
LICENSE_DISTFILES_DATA= \
macopix-mascot-comic_party-euc-ja-1.02.tar.gz \
macopix-mascot-cosmos-euc-ja-1.02.tar.gz \
macopix-mascot-kanon-euc-ja-1.02.tar.gz \
macopix-mascot-mizuiro-euc-ja-1.02.tar.gz \
macopix-mascot-one-euc-ja-1.02.tar.gz \
macopix-mascot-pia2-euc-ja-1.02.tar.gz \
macopix-mascot-triangle_heart-euc-ja-1.02.tar.gz \
macopix-mascot-tsukihime-euc-ja-1.02.tar.gz \
macopix-mascot-marimite-euc-ja-2.20.tar.gz \
macopix-mascot-HxB-euc-ja-0.30.tar.gz
LICENSE_PERMS_DATA= auto-accept
BROKEN_FreeBSD_13= ld: error: duplicate symbol: AutoBar
BROKEN_FreeBSD_14= ld: error: duplicate symbol: AutoBar
BROKEN_armv6= dumps core: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file ilist_iterator.h
BROKEN_armv7= dumps core: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file ilist_iterator.h
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff
USES= gettext gmake gnome iconv jpeg libtool pkgconfig xorg
USE_GNOME= gtk20
USE_XORG= x11
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lX11 ${ICONV_LIB}
OPTIONS_DEFINE= DOCS GNUTLS
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
GNUTLS_CONFIGURE_ON= --with-gnutls
GNUTLS_USES_OFF= ssl
post-patch:
@${REINPLACE_CMD} -e 's/_MAIL } MailStatus/_MAIL } MailStatus2/' ${WRKSRC}/src/main.h
post-install:
# install mascot file
@${MKDIR} ${STAGEDIR}${DATADIR}/pixmap
cd ${WRKDIR}/macopix-mascot-comic_party-euc-ja-1.02 \
&& ${INSTALL_DATA} *.png ${STAGEDIR}${DATADIR}/pixmap \
&& ${INSTALL_DATA} *.mcpx *.menu ${STAGEDIR}${DATADIR} \
&& ${INSTALL_DATA} README.jp ${STAGEDIR}${DATADIR}/README.comipa.jp
cd ${WRKDIR}/macopix-mascot-cosmos-euc-ja-1.02 \
&& ${INSTALL_DATA} *.png ${STAGEDIR}${DATADIR}/pixmap \
&& ${INSTALL_DATA} *.mcpx *.menu ${STAGEDIR}${DATADIR} \
&& ${INSTALL_DATA} README.jp ${STAGEDIR}${DATADIR}/README.cosmos.jp
cd ${WRKDIR}/macopix-mascot-kanon-euc-ja-1.02 \
&& ${INSTALL_DATA} *.png ${STAGEDIR}${DATADIR}/pixmap \
&& ${INSTALL_DATA} *.mcpx *.menu ${STAGEDIR}${DATADIR} \
&& ${INSTALL_DATA} README.jp ${STAGEDIR}${DATADIR}/README.kanon.jp
cd ${WRKDIR}/macopix-mascot-mizuiro-euc-ja-1.02 \
&& ${INSTALL_DATA} *.png ${STAGEDIR}${DATADIR}/pixmap \
&& ${INSTALL_DATA} *.mcpx *.menu ${STAGEDIR}${DATADIR} \
&& ${INSTALL_DATA} README.jp ${STAGEDIR}${DATADIR}/README.mizuiro.jp
cd ${WRKDIR}/macopix-mascot-one-euc-ja-1.02 \
&& ${INSTALL_DATA} *.png ${STAGEDIR}${DATADIR}/pixmap \
&& ${INSTALL_DATA} *.mcpx *.menu ${STAGEDIR}${DATADIR} \
&& ${INSTALL_DATA} README.jp ${STAGEDIR}${DATADIR}/README.one.jp
cd ${WRKDIR}/macopix-mascot-pia2-euc-ja-1.02 \
&& ${INSTALL_DATA} *.png ${STAGEDIR}${DATADIR}/pixmap \
&& ${INSTALL_DATA} *.mcpx *.menu ${STAGEDIR}${DATADIR} \
&& ${INSTALL_DATA} README.jp ${STAGEDIR}${DATADIR}/README.pia2.jp
cd ${WRKDIR}/macopix-mascot-triangle_heart-euc-ja-1.02 \
&& ${INSTALL_DATA} *.png ${STAGEDIR}${DATADIR}/pixmap \
&& ${INSTALL_DATA} *.mcpx *.menu ${STAGEDIR}${DATADIR} \
&& ${INSTALL_DATA} README.jp ${STAGEDIR}${DATADIR}/README.trh.jp
cd ${WRKDIR}/macopix-mascot-tsukihime-euc-ja-1.02 \
&& ${INSTALL_DATA} *.png ${STAGEDIR}${DATADIR}/pixmap \
&& ${INSTALL_DATA} *.mcpx *.menu ${STAGEDIR}${DATADIR} \
&& ${INSTALL_DATA} README.jp ${STAGEDIR}${DATADIR}/README.tsuki.jp
cd ${WRKDIR}/macopix-mascot-marimite-euc-ja-2.20 \
&& ${INSTALL_DATA} *.png ${STAGEDIR}${DATADIR}/pixmap \
&& ${INSTALL_DATA} *.mcpx *.menu ${STAGEDIR}${DATADIR} \
&& ${INSTALL_DATA} README.jp ${STAGEDIR}${DATADIR}/README.marimite.jp
cd ${WRKDIR}/macopix-mascot-HxB-euc-ja-0.30 \
&& ${INSTALL_DATA} *.png ${STAGEDIR}${DATADIR}/pixmap \
&& ${INSTALL_DATA} *.mcpx *.menu ${STAGEDIR}${DATADIR} \
&& ${INSTALL_DATA} README.jp ${STAGEDIR}${DATADIR}/README.HxB.jp
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} NKR.README.ja README README.ja \
${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>