33 lines
717 B
Makefile
Raw Normal View History

1998-01-24 21:36:51 +00:00
# OpenBSD makefile for: xmold
# Version required: 1.0
# Date created: December 21, 1997
# Whom: Don Schmidt
#
# $OpenBSD: Makefile,v 1.9 2001/05/06 04:41:39 lebel Exp $
1998-01-24 21:36:51 +00:00
#
COMMENT= "mold spreading over your X11 screen"
1998-01-24 21:36:51 +00:00
DISTNAME= xmold
PKGNAME= xmold-1.0
CATEGORIES= x11
NEED_VERSION= 1.402
1998-01-24 21:36:51 +00:00
MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xwin/
HOMEPAGE= http://cclub.cc.tut.ac.jp/lib/xwin/xmold.html
MAINTAINER= ports@OpenBSD.ORG
1998-01-24 21:36:51 +00:00
2000-03-17 02:34:45 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 08:41:07 +00:00
CONFIGURE_STYLE= imake
1998-01-24 21:36:51 +00:00
do-install:
2000-03-17 02:34:45 +00:00
${INSTALL_DATA_DIR} ${PREFIX}/bin
1998-01-24 21:36:51 +00:00
@${INSTALL_PROGRAM} ${WRKSRC}/xmold ${PREFIX}/bin
.include <bsd.port.mk>