blob: 9d369e28f91a2d8eca69906870350d9e32fb8259 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: fbsd-icons
# Date created: Sat Jun 14 09:43:24 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#
PORTNAME= fbsd-icons
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trevor
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of icons related to the FreeBSD project
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${MKDIR} ${X11BASE}/icons
( cd ${X11BASE}/icons; ${TAR} --no-same-owner --no-same-permissions -xzf ${DISTDIR}/fbsd-icons.tar.gz )
.include <bsd.port.mk>
|