1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11/fbsd-icons/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

25 lines
546 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.3 1998/06/27 05:19:51 asami Exp $
#
DISTNAME= fbsd-icons
PKGNAME= fbsd-icons-1.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= andreas@FreeBSD.ORG
USE_X_PREFIX= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${MKDIR} ${X11BASE}/icons
( cd ${X11BASE}/icons; ${EXTRACT_CMD} xzf ${DISTDIR}/fbsd-icons.tar.gz )
.include <bsd.port.mk>