1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Hook to the build

- Cleanup a bit
- Mark BROKEN: Missing MASTER_SITES

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2014-11-19 17:35:59 +00:00
parent 913cc7b281
commit 54172754af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372799
2 changed files with 4 additions and 3 deletions

View File

@ -239,6 +239,7 @@
SUBDIR += gdchart
SUBDIR += gdk-pixbuf
SUBDIR += gdk-pixbuf2
SUBDIR += gdtclft
SUBDIR += geeqie
SUBDIR += gegl
SUBDIR += generic_image_decoder

View File

@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= mi@aldan.algebra.com
COMMENT= TCL interface to the Thomas Boutell's Gd library
BROKEN= Missing MASTER_SITES
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
USES= tcl:84+ uidfix
@ -19,11 +21,9 @@ MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_ENV= TCL_VER=${TCL_VER} MKDIR="${MKDIR}" \
TCL_SHLIB_VER=${TCL_SHLIB_VER} \
INSTALL_DATA="${INSTALL_DATA}" STAGEDIR="${STAGEDIR}"
ALL_TARGET= all
MANNPAGE= gdtclft.n
GDTCLDIR= lib/tcl${TCL_VER}/gdtclft
PLIST_DIRS= ${GDTCLDIR}
PLIST_FILES= ${GDTCLDIR}/pkgIndex.tcl
PLIST_FILES+= ${GDTCLDIR}/libGdtclft2.so
PLIST_FILES+= man/mann/${MANNPAGE}.gz
@ -32,6 +32,6 @@ post-patch:
${REINPLACE_CMD} -Ee 's,[[:space:]]+$$,,' ${WRKSRC}/${MANNPAGE}
post-install:
${GZIP_CMD} -9 -f < ${WRKSRC}/${MANNPAGE} > ${STAGEDIR}${PREFIX}/man/mann/${MANNPAGE}.gz
${INSTALL_MAN} ${WRKSRC}/${MANNPAGE} ${STAGEDIR}${PREFIX}/man/mann
.include <bsd.port.mk>