diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-10 22:15:55 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-10 22:15:55 +0800 |
commit | c7c6fd37b3a72ef8c2777058c70382e03ce2d2cd (patch) | |
tree | 689f6cab565305bbfd411adb88b901dea134bc0e | |
parent | 9983bc81b445af7da9d3ffec2aaab5be9fbbdf08 (diff) | |
download | freebsd-ports-gnome-c7c6fd37b3a72ef8c2777058c70382e03ce2d2cd.tar.gz freebsd-ports-gnome-c7c6fd37b3a72ef8c2777058c70382e03ce2d2cd.tar.zst freebsd-ports-gnome-c7c6fd37b3a72ef8c2777058c70382e03ce2d2cd.zip |
- Add LICENSE
- Strip libraries
- Add empty directory to plist
-rw-r--r-- | graphics/giram/Makefile | 6 | ||||
-rw-r--r-- | graphics/giram/pkg-plist | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 8490c850c1c4..fc22f5067e16 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -3,13 +3,16 @@ PORTNAME= giram PORTVERSION= 0.3.5 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MASTER_SITES= http://freebsd.nsu.ru/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= POV-Ray oriented modeller +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= lib3ds.so:${PORTSDIR}/graphics/lib3ds BUILD_DEPENDS= povray:${PORTSDIR}/graphics/povray-meta RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -34,6 +37,7 @@ post-patch: @${REINPLACE_CMD} '/DiscWithHoleFlag/d' ${WRKSRC}/src/tools/tool_disc.h post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/giram/0.3/modules/*.so @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/*.pov ${STAGEDIR}${EXAMPLESDIR} diff --git a/graphics/giram/pkg-plist b/graphics/giram/pkg-plist index 955b6286787b..497242599e3c 100644 --- a/graphics/giram/pkg-plist +++ b/graphics/giram/pkg-plist @@ -77,3 +77,4 @@ share/locale/tr/LC_MESSAGES/giram.mo share/locale/uk/LC_MESSAGES/giram.mo share/locale/zh_CN/LC_MESSAGES/giram.mo share/locale/zh_TW/LC_MESSAGES/giram.mo +@dir lib/giram/0.3/color_map |