26 lines
562 B
Makefile
Raw Normal View History

1998-05-19 03:44:48 +00:00
# OpenBSD makefile for: getbdf
# Date created: May 18 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.2 2000/02/10 23:14:37 espie Exp $
1998-05-19 03:44:48 +00:00
#
DISTNAME= getbdf
PKGNAME= getbdf-1.0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.ipa.fhg.de/pub/X/
EXTRACT_SUFX= .tar.Z
NEED_VERSION= 1.191
1998-05-19 03:44:48 +00:00
MAINTAINER= angelos@openbsd.org
USE_X11= yes
WRKDIST= ${WRKDIR}
1998-05-19 03:44:48 +00:00
ALL_TARGET= getbdf
do-install:
cd ${WRKSRC}; \
${INSTALL} -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} getbdf ${PREFIX}/bin
.include <bsd.port.mk>