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>
|
|
|
|
#
|
1999-02-03 11:12:01 +00:00
|
|
|
# $Id: Makefile,v 1.4 1998/08/05 09:31:42 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
|
1999-02-03 11:12:01 +00:00
|
|
|
( cd ${X11BASE}/icons; ${TAR} -xzf ${DISTDIR}/fbsd-icons.tar.gz )
|
1997-06-14 08:05:41 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|