aboutsummaryrefslogtreecommitdiff
path: root/graphics/scwm-icons/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/scwm-icons/Makefile')
-rw-r--r--graphics/scwm-icons/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/scwm-icons/Makefile b/graphics/scwm-icons/Makefile
index f37a045b7d6c..252058b1e2a7 100644
--- a/graphics/scwm-icons/Makefile
+++ b/graphics/scwm-icons/Makefile
@@ -8,14 +8,20 @@
PORTNAME= scwm-icons
PORTVERSION= 0.99.2
CATEGORIES= graphics
-MASTER_SITES= ftp://scwm.mit.edu/pub/scwm/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= scwm
MAINTAINER= ports@FreeBSD.org
COMMENT= An icon collection for the scwm window manager
-GNU_CONFIGURE= yes
USE_X_PREFIX= yes
NO_BUILD= yes
+do-install:
+ @${MKDIR} ${PREFIX}/share/scwm/pixmaps
+.for dir in icons mini-icons startup
+ ${INSTALL_DATA} ${WRKSRC}/${dir}/*.xpm ${PREFIX}/share/scwm/pixmaps
+.endfor
+
.include <bsd.port.mk>