openbsd-ports/x11/getbdf/Makefile
1998-05-19 03:44:48 +00:00

25 lines
549 B
Makefile

# OpenBSD makefile for: getbdf
# Date created: May 18 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/19 03:44:48 angelos Exp $
#
DISTNAME= getbdf
PKGNAME= getbdf-1.0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.ipa.fhg.de/pub/X/
EXTRACT_SUFX= .tar.Z
MAINTAINER= angelos@openbsd.org
USE_X11= 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>