mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
2a2c67a93c
- Add manpages which are not related to programming to the gtk20 port.
12 lines
240 B
Makefile
12 lines
240 B
Makefile
# $FreeBSD$
|
|
|
|
BOOKS= gdk gdk-pixbuf gtk
|
|
|
|
MAN1= gdk-pixbuf-csource.1
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${MAN1:S|^|${REFERENCE_SRC}/gdk-pixbuf/|} \
|
|
${PREFIX}/man/man1
|
|
|
|
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
|