mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
34a2d51f60
- improve Makefile, remove unnecessary do-install target - remove ONLY_FOR_ARCH, new chmlib does not have such a limitation - give maintainership to submitter PR: ports/165287 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
17 lines
208 B
Makefile
17 lines
208 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR?= ${PREFIX}/bin
|
|
|
|
CFLAGS+= -DUNIX -I${LOCALBASE}/include
|
|
LDADD+= -L${LOCALBASE}/lib -lchm
|
|
|
|
WARNS?= 6
|
|
|
|
NO_MAN= yes
|
|
|
|
PROG= chmview
|
|
|
|
SRCS= chmview.c utf8.h utf8.c
|
|
|
|
.include <bsd.prog.mk>
|