1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11-fonts/getbdf/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

26 lines
560 B
Makefile

# New ports collection makefile for: getbdf
# Version required: ?
# Date created: 30 August 1996
# Whom: ache
#
# $Id: Makefile,v 1.4 1996/11/18 11:43:12 asami Exp $
#
DISTNAME= getbdf
PKGNAME= getbdf-1.0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.ipa.fhg.de/pub/X/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ache@FreeBSD.org
USE_X_PREFIX= yes
NO_WRKSUBDIR= yes
ALL_TARGET= getbdf
do-install:
cd ${WRKSRC}; \
${INSTALL} -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} getbdf ${PREFIX}/bin
.include <bsd.port.mk>