diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-07 10:29:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-07 10:29:12 +0000 |
commit | 98ef8ab65fe68e38c900c5baaf9f74591a9f9db0 (patch) | |
tree | 83ab2d9cf42a08becbe3adea7c0ac10f922e0273 /x11-fm | |
parent | 4d8a97998923547ae19c423640ce6a3f9e1557e5 (diff) | |
download | ports-98ef8ab65fe68e38c900c5baaf9f74591a9f9db0.tar.gz ports-98ef8ab65fe68e38c900c5baaf9f74591a9f9db0.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/catseye-fm/Makefile | 27 | ||||
-rw-r--r-- | x11-fm/catseye-fm/pkg-plist | 11 |
2 files changed, 23 insertions, 15 deletions
diff --git a/x11-fm/catseye-fm/Makefile b/x11-fm/catseye-fm/Makefile index 0526a081e313..06abee47ef18 100644 --- a/x11-fm/catseye-fm/Makefile +++ b/x11-fm/catseye-fm/Makefile @@ -6,26 +6,23 @@ PORTVERSION= 4.2.0.0 PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= http://catseye-fm.sourceforge.net/downloads/ \ - http://catseye-fm-temp.sourceforge.net/downloads/ + http://catseye-fm-temp.sourceforge.net/downloads/ \ + http://www.skysmurf.nl/comp/FreeBSD/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@skysmurf.nl COMMENT= Clear, fast, powerful file browser using gtk+2.0 +LICENSE= GPLv3 + USES= pkgconfig USE_GNOME= gtk20 -PLIST_FILES= bin/catseye-fm \ - share/catseye-fm/catseye_16x16_NOSHOW.gif \ - share/catseye-fm/catseye_48x48.gif \ - share/catseye-fm/catseye_64x64.gif \ - share/catseye-fm/catseye_128x128.gif \ - share/catseye-fm/catseye_160x160.gif \ - share/catseye-fm/catseye_128x128.png \ - share/catseye-fm/catseye_160x160.png \ - share/catseye-fm/catseye_XML_config_file.conf.sample \ - share/catseye-fm/user_install.sh - -PLIST_DIRS= share/catseye-fm +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/catseye-fm ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}/${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/user_install.sh ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/catseye_XML_config_file.conf.sample \ + ${STAGEDIR}${DATADIR} + cd ${WRKSRC}/icons && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-fm/catseye-fm/pkg-plist b/x11-fm/catseye-fm/pkg-plist new file mode 100644 index 000000000000..92da25c9587c --- /dev/null +++ b/x11-fm/catseye-fm/pkg-plist @@ -0,0 +1,11 @@ +bin/catseye-fm +%%DATADIR%%/catseye_16x16_NOSHOW.gif +%%DATADIR%%/catseye_48x48.gif +%%DATADIR%%/catseye_64x64.gif +%%DATADIR%%/catseye_128x128.gif +%%DATADIR%%/catseye_160x160.gif +%%DATADIR%%/catseye_128x128.png +%%DATADIR%%/catseye_160x160.png +%%DATADIR%%/catseye_XML_config_file.conf.sample +%%DATADIR%%/user_install.sh +@dirrm %%DATADIR%% |