1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Support STAGEDIR

- Convert to new LIB_DEPENDS syntax
This commit is contained in:
Alex Kozlov 2013-09-25 13:02:26 +00:00
parent e28a7d3dc7
commit 60842bc029
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328282

View File

@ -12,7 +12,7 @@ COMMENT= Extractor from .chm files
LICENSE= GPLv2
LIB_DEPENDS= chm:${PORTSDIR}/misc/chmlib
LIB_DEPENDS= libchm.so:${PORTSDIR}/misc/chmlib
PROJECTHOST= ak-various-projects
@ -22,8 +22,7 @@ USE_DOS2UNIX= chmview.c utf8.c utf8.h
WRKSRC= ${WRKDIR}/src
PLIST_FILES= bin/chmview
NO_STAGE= yes
pre-patch:
post-extract:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>