- Update MASTER_SITES

- Pet portlint(1)

PR:		ports/66910
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
Approved by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-05-22 08:35:28 +00:00
parent 9c454797a2
commit 5fcf9de3ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109690
4 changed files with 13 additions and 11 deletions

View file

@ -9,9 +9,13 @@ PORTNAME= wmappl
PORTVERSION= 0.6 PORTVERSION= 0.6
PORTREVISION= 1 PORTREVISION= 1
CATEGORIES= x11 windowmaker CATEGORIES= x11 windowmaker
MASTER_SITES= http://www.upl.cs.wisc.edu/~charkins/wmappl/ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:main/}
MASTER_SITE_SUBDIR=${PORTNAME}/:main
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main
.ifndef(NOICONS) .ifndef(NOICONS)
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ICONSDIST} PATCH_SITES= http://www.upl.cs.wisc.edu/~charkins/wmappl/
PATCHFILES= 16x16xpms.tar.gz icons_16x16.tar.gz smallicons.tar.gz
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
.endif .endif
@ -24,7 +28,7 @@ USE_XPM= yes
MAKE_ENV= DATADIR="${DATADIR}" \ MAKE_ENV= DATADIR="${DATADIR}" \
CPPFLAGS="${CPPFLAGS}" \ CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}" LDFLAGS="${LDFLAGS}"
ICONSDIST= 16x16xpms.tar.gz icons_16x16.tar.gz smallicons.tar.gz
.ifndef(NOICONS) .ifndef(NOICONS)
PLIST_SUB= ICONS="" PLIST_SUB= ICONS=""
.else .else
@ -34,7 +38,7 @@ PLIST_SUB= ICONS="@comment "
.ifndef(NOICONS) .ifndef(NOICONS)
post-extract: post-extract:
@${ECHO_MSG} "===> Extracting icons ..." @${ECHO_MSG} "===> Extracting icons ..."
.for icons in ${ICONSDIST} .for icons in ${PATCHFILES}
@${ECHO_MSG} "===> ${icons} ..." @${ECHO_MSG} "===> ${icons} ..."
@${TAR} -C ${WRKSRC}/icons -xzf ${DISTDIR}/${icons} @${TAR} -C ${WRKSRC}/icons -xzf ${DISTDIR}/${icons}
.endfor .endfor

View file

@ -2,6 +2,6 @@ A dockapp for WindowMaker that displays a bunch of buttons. Each
of these can be configured to run an application of your choice. of these can be configured to run an application of your choice.
Useful for people that have their dock already full. Useful for people that have their dock already full.
WWW: http://www.pobox.com/~charkins/wmappl.html WWW: http://wmappl.sourceforge.net/
- od <od@iclub.nsu.ru> - od <od@iclub.nsu.ru>

View file

@ -1,4 +1,3 @@
----------------------------------------------------------- -----------------------------------------------------------
Installed sample.wmapplrc as: Installed sample.wmapplrc as:
@ -8,4 +7,3 @@ Installed sample.wmapplrc as:
modify it if you wish and copy to ~/.wmapplrc modify it if you wish and copy to ~/.wmapplrc
----------------------------------------------------------- -----------------------------------------------------------

View file

@ -1,6 +1,6 @@
bin/wmappl bin/wmappl
%%PORTDOCS%%share/doc/wmappl/README %%PORTDOCS%%%%DOCSDIR%%/README
share/examples/wmappl/sample.wmapplrc %%EXAMPLESDIR%%/sample.wmapplrc
%%ICONS%%share/wmappl/3D.xpm %%ICONS%%share/wmappl/3D.xpm
%%ICONS%%share/wmappl/3D2.xpm %%ICONS%%share/wmappl/3D2.xpm
%%ICONS%%share/wmappl/3DGun.xpm %%ICONS%%share/wmappl/3DGun.xpm
@ -666,5 +666,5 @@ share/examples/wmappl/sample.wmapplrc
%%ICONS%%share/wmappl/xv.xpm %%ICONS%%share/wmappl/xv.xpm
%%ICONS%%share/wmappl/yingyang.xpm %%ICONS%%share/wmappl/yingyang.xpm
%%ICONS%%@dirrm share/wmappl %%ICONS%%@dirrm share/wmappl
@dirrm share/examples/wmappl @dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm share/doc/wmappl %%PORTDOCS%%@dirrm %%DOCSDIR%%