diff options
author | knu <knu@FreeBSD.org> | 2001-04-13 00:43:45 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-13 00:43:45 +0800 |
commit | e77e1a09fe7620670692e08e6833a0948e1b4f93 (patch) | |
tree | c5c52bcf86a6373a614423f3baae7011e90633e3 /graphics | |
parent | f510ccbcb44b5da3fe4ca37885b8cc6a528eefc5 (diff) | |
download | freebsd-ports-gnome-e77e1a09fe7620670692e08e6833a0948e1b4f93.tar.gz freebsd-ports-gnome-e77e1a09fe7620670692e08e6833a0948e1b4f93.tar.zst freebsd-ports-gnome-e77e1a09fe7620670692e08e6833a0948e1b4f93.zip |
Install all the header files needed.
PR: ports/26512
Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ming/Makefile | 1 | ||||
-rw-r--r-- | graphics/ming/files/Makefile | 8 | ||||
-rw-r--r-- | graphics/ming/pkg-plist | 12 |
3 files changed, 20 insertions, 1 deletions
diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile index 790887a82889..08be1caf7730 100644 --- a/graphics/ming/Makefile +++ b/graphics/ming/Makefile @@ -7,6 +7,7 @@ PORTNAME= ming PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.opaque.net/ming/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}-examples${EXTRACT_SUFX} diff --git a/graphics/ming/files/Makefile b/graphics/ming/files/Makefile index 24ae2a568547..ef76a3c113f4 100644 --- a/graphics/ming/files/Makefile +++ b/graphics/ming/files/Makefile @@ -84,6 +84,12 @@ pre-_includeinstall: beforeinstall: ${INSTALL} -C -o ${INCOWN} -g ${INCGRP} -m ${INCMODE} \ - ${.CURDIR}/blocks/swf.h ${INCDIR}/blocks/ + ${.CURDIR}/blocks/block.h ${.CURDIR}/blocks/cxform.h \ + ${.CURDIR}/blocks/matrix.h ${.CURDIR}/blocks/outputblock.h \ + ${.CURDIR}/blocks/sound.h ${.CURDIR}/blocks/sprite.h \ + ${.CURDIR}/blocks/swf.h ${.CURDIR}/blocks/blocktypes.h \ + ${.CURDIR}/blocks/character.h ${.CURDIR}/blocks/libswf.h \ + ${.CURDIR}/blocks/method.h ${.CURDIR}/blocks/output.h \ + ${.CURDIR}/blocks/rect.h ${INCDIR}/blocks/ ${INSTALL} -C -o ${INCOWN} -g ${INCGRP} -m ${INCMODE} \ ${.CURDIR}/c++/ming.h ${INCDIR}/c++/ diff --git a/graphics/ming/pkg-plist b/graphics/ming/pkg-plist index 50a354ec2bb1..47cffc321cfd 100644 --- a/graphics/ming/pkg-plist +++ b/graphics/ming/pkg-plist @@ -17,6 +17,18 @@ include/ming/movieclip.h include/ming/position.h include/ming/shape_util.h include/ming/text_util.h +include/ming/blocks/block.h +include/ming/blocks/blocktypes.h +include/ming/blocks/character.h +include/ming/blocks/cxform.h +include/ming/blocks/libswf.h +include/ming/blocks/matrix.h +include/ming/blocks/method.h +include/ming/blocks/output.h +include/ming/blocks/outputblock.h +include/ming/blocks/rect.h +include/ming/blocks/sound.h +include/ming/blocks/sprite.h include/ming/blocks/swf.h include/ming/c++/ming.h @dirrm include/ming/blocks |