freebsd-ports/devel/maketool/Makefile
Trevor Johnson ce0921b5b1 Make fetchable by updating to 0.8.4. The change log says:
Removed empty branches from filter regexps; this is a
	nonportable feature of GNU libc which broke on FreeBSD libc.
2003-12-04 03:02:10 +00:00

70 lines
1.8 KiB
Makefile
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# New ports collection makefile for: maketool
# Date created: 2002-10-15
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= maketool
PORTVERSION= 0.8.4
CATEGORIES= devel
MASTER_SITES= http://www.alphalink.com.au/~gnb/maketool/downloads/
MAINTAINER= trevor@FreeBSD.org
COMMENT= GUI interface for make or gmake
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
freetype.9:${PORTSDIR}/print/freetype2 \
intl.5:${PORTSDIR}/devel/gettext
DOCS= COPYING COPYRIGHT ChangeLog TODO
GNU_CONFIGURE= yes
MAN1= maketool.1
PLIST= ${WRKDIR}/pkg-plist
USE_BZIP2= yes
USE_GNOME= atk glib20 gtk20 pango
USE_X_PREFIX= yes
pre-everything::
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD} 
@${ECHO_CMD} Waiting ten seconds--press control-C to cancel build.
@sleep 10
pre-install:
${ECHO_CMD} bin/maketool > ${PLIST}
.for ii in make maketool_client
${ECHO_CMD} libexec/maketool/${ii} >> ${PLIST}
.endfor
${ECHO_CMD} @dirrm libexec/maketool >> ${PLIST}
.if !defined(NOPORTDOCS)
.for ii in ${DOCS}
${ECHO_CMD} share/doc/maketool/${ii} >> ${PLIST}
.endfor
${ECHO_CMD} @dirrm share/doc/maketool >> ${PLIST}
.endif
cd ${WRKSRC}/doc/help/C/help && ${LS} | ${SED} -e \
"s:^:share/maketool/help/C/:g" >> ${PLIST}
cd ${WRKSRC}/doc/help/C && ${LS} *dat *gif | ${SED} -e \
"s:^:share/maketool/help/C/:g" >> ${PLIST}
.for ii in autoconf-dist autoconf-maint automake imake
${ECHO_CMD} share/maketool/${ii}.mk >> ${PLIST}
.endfor
.for ii in /help/C /help /
${ECHO_CMD} @dirrm share/maketool${ii} >> ${PLIST}
.endfor
${ECHO_CMD} lib/charset.alias >> ${PLIST}
${ECHO_CMD} share/locale/locale.alias >> ${PLIST}
.for ii in cs ja
${ECHO_CMD} share/locale/${ii}/LC_MESSAGES/maketool.mo >> ${PLIST}
.endfor
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for ii in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>