openbsd-ports/x11/xmold/Makefile
2001-07-09 17:10:49 +00:00

34 lines
735 B
Makefile

# OpenBSD makefile for: xmold
# Version required: 1.0
# Date created: December 21, 1997
# Whom: Don Schmidt
#
# $OpenBSD: Makefile,v 1.10 2001/07/09 17:11:50 pvalchev Exp $
#
COMMENT= "mold spreading over your X11 screen"
DISTNAME= xmold
PKGNAME= xmold-1.0
CATEGORIES= x11
NEED_VERSION= 1.402
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
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
CONFIGURE_STYLE= imake
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/xmold ${PREFIX}/bin
.include <bsd.port.mk>