espie a813079932 Kill a large set of deprecated variables.
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at
*install stage, and echo/ECHO_MSG is somewhat unsorted.

It's quite possible I missed a few automated changes...
2000-02-11 01:09:59 +00:00

23 lines
467 B
Makefile

# OpenBSD makefile for: xmold
# Version required: 1.0
# Date created: December 21, 1997
# Whom: Don Schmidt
#
# $OpenBSD: Makefile,v 1.2 2000/02/11 01:10:14 espie Exp $
#
DISTNAME= xmold
PKGNAME= xmold-1.0
CATEGORIES= x11
MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xwin/
MAINTAINER= don@OpenBSD.ORG
USE_IMAKE= yes
do-install:
@mkdir -p ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/xmold ${PREFIX}/bin
.include <bsd.port.mk>