mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4a85c6aa8e
mkdir -p ==> ${MKDIR}
26 lines
565 B
Makefile
26 lines
565 B
Makefile
# 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>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1997/06/14 08:05:41 andreas Exp $
|
|
#
|
|
|
|
DISTNAME= fbsd-icons
|
|
PKGNAME= fbsd-icons-1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
USE_X11= yes
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${X11BASE}/icons
|
|
( cd ${X11BASE}/icons; ${EXTRACT_CMD} xzf ${DISTDIR}/fbsd-icons.tar.gz )
|
|
|
|
.include <bsd.port.mk>
|