mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support stage
Pass maintainership to submitter PR: 191669 Submitted by: A.J. "Fonz" van Werven (freebsd@skysmurf.nl)
This commit is contained in:
parent
4d8a979989
commit
98ef8ab65f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361048
@ -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
|
||||
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}
|
||||
|
||||
PLIST_DIRS= share/catseye-fm
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
11
x11-fm/catseye-fm/pkg-plist
Normal file
11
x11-fm/catseye-fm/pkg-plist
Normal file
@ -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%%
|
Loading…
Reference in New Issue
Block a user