1997-06-14 08:05:41 +00:00
|
|
|
# New ports collection makefile for: fbsd-icons
|
|
|
|
# Version required: 1.0
|
|
|
|
# Date created: Sat Jun 14 09:43:24 CEST 1997
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1998-08-05 09:31:52 +00:00
|
|
|
# $Id: Makefile,v 1.3 1998/06/27 05:19:51 asami Exp $
|
1997-06-14 08:05:41 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= fbsd-icons
|
|
|
|
PKGNAME= fbsd-icons-1.0
|
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1997-06-14 08:05:41 +00:00
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
|
|
|
do-install:
|
1997-06-29 10:50:38 +00:00
|
|
|
${MKDIR} ${X11BASE}/icons
|
|
|
|
( cd ${X11BASE}/icons; ${EXTRACT_CMD} xzf ${DISTDIR}/fbsd-icons.tar.gz )
|
1997-06-14 08:05:41 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|