diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-01-12 05:10:44 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-01-12 05:10:44 +0000 |
commit | 3fa06e8484ef1bf5d7a6cbee45dcd9c5c5e52f0e (patch) | |
tree | 87ce668d6cf9621c567dc8f658cbf3ad5f756f18 /multimedia/x264-devel | |
parent | d98d8457f1ee7523a703f4c926f0d468ec73d535 (diff) | |
download | ports-3fa06e8484ef1bf5d7a6cbee45dcd9c5c5e52f0e.tar.gz ports-3fa06e8484ef1bf5d7a6cbee45dcd9c5c5e52f0e.zip |
Notes
Diffstat (limited to 'multimedia/x264-devel')
-rw-r--r-- | multimedia/x264-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/x264-devel/Makefile b/multimedia/x264-devel/Makefile index e4d52ada9f1c..58bb4b83ab46 100644 --- a/multimedia/x264-devel/Makefile +++ b/multimedia/x264-devel/Makefile @@ -26,6 +26,7 @@ ALL_TARGET= default CFLAGS+= -DSYS_FREEBSD PLIST_FILES= bin/x264 \ + include/x264.h \ lib/libx264.a OPTIONS= DEBUG "Enable Debugging" Off \ @@ -57,6 +58,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/x264 ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/x264.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libx264.a ${PREFIX}/lib .include <bsd.port.post.mk> |