1997-06-14 10:05:41 +02:00
|
|
|
# New ports collection makefile for: fbsd-icons
|
|
|
|
# Date created: Sat Jun 14 09:43:24 CEST 1997
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1997-06-14 10:05:41 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= fbsd-icons
|
2001-02-05 17:18:54 +01:00
|
|
|
PORTVERSION= 1.0
|
2004-05-31 06:09:12 +02:00
|
|
|
PORTREVISION= 1
|
1997-06-14 10:05:41 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2004-03-12 22:03:28 +01:00
|
|
|
MASTER_SITE_SUBDIR= trevor
|
2000-04-13 21:19:05 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
1997-06-14 10:05:41 +02:00
|
|
|
|
2001-01-03 23:26:04 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Collection of icons related to the FreeBSD project
|
1997-06-14 10:05:41 +02:00
|
|
|
|
1998-08-05 11:31:52 +02:00
|
|
|
USE_X_PREFIX= yes
|
1997-06-14 10:05:41 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
|
|
|
do-install:
|
1997-06-29 12:50:38 +02:00
|
|
|
${MKDIR} ${X11BASE}/icons
|
2004-05-31 06:09:12 +02:00
|
|
|
( cd ${X11BASE}/icons; ${TAR} --no-same-owner --no-same-permissions -xzf ${DISTDIR}/fbsd-icons.tar.gz )
|
1997-06-14 10:05:41 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|