Added
Link Here
|
1 |
PORTNAME= lux |
2 |
PORTVERSION= 1.1.0a |
3 |
CATEGORIES= graphics |
4 |
MASTER_SITES= https://bitbucket.org/kfj/pv/get/ |
5 |
PKGNAMESUFFIX= -pv # distinguish from www/lux |
6 |
DISTNAME= ${COMMIT} |
7 |
|
8 |
MAINTAINER= fuz@fuz.su |
9 |
COMMENT= Panorama and image viewer |
10 |
|
11 |
LICENSE= GPLv3 SANSATION |
12 |
LICENSE_COMB= multi |
13 |
LICENSE_NAME_SANSATION= Sansation freeware font family license |
14 |
LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE |
15 |
LICENSE_FILE_SANSATION= ${WRKSRC}/Sansation_1.31_ReadMe.txt |
16 |
LICENSE_PERMS_SANSATION= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept |
17 |
|
18 |
BUILD_DEPENDS= vc>0:devel/vc |
19 |
LIB_DEPENDS= libvigraimpex.so:graphics/vigra \ |
20 |
libsfml-window.so:devel/sfml \ |
21 |
libexiv2.so:graphics/exiv2 |
22 |
|
23 |
USES= cmake dos2unix pkgconfig tar:bz2 |
24 |
DOS2UNIX_FILES= tinyfiledialogs.c |
25 |
CONFLICTS= lux |
26 |
DESKTOP_ENTRIES= "Lux Panorama Viewer" \ |
27 |
"panorama and image viewer" "lux-pv" "lux" \ |
28 |
"Graphics;ImageProcessing;Photography;Viewer;" \ |
29 |
false |
30 |
|
31 |
WRKSRC= ${WRKDIR}/kfj-pv-${COMMIT} |
32 |
COMMIT= b5011de5af40 |
33 |
PLIST_FILES= bin/lux \ |
34 |
share/icons/hicolor/512x512/apps/lux-pv.png \ |
35 |
share/lux/fonts/Sansation_1.31_ReadMe.txt \ |
36 |
share/lux/fonts/Sansation_Regular.ttf |
37 |
|
38 |
post-install: |
39 |
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps |
40 |
${INSTALL_DATA} ${WRKSRC}/scripts/PV_512x512x32.png \ |
41 |
${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps/lux-pv.png |
42 |
|
43 |
.include <bsd.port.mk> |