openbsd-ports/x11/xmold/Makefile
sturm 51c1e97a0f first bunch of license cleanup, some discussions about interpretation
during the release with pval@

other categories will follow once they are finished
2003-10-08 17:13:14 +00:00

28 lines
596 B
Makefile

# $OpenBSD: Makefile,v 1.14 2003/10/08 17:13:19 sturm Exp $
COMMENT= "mold spreading over your X11 screen"
DISTNAME= xmold
PKGNAME= xmold-1.0
CATEGORIES= x11
MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xwin/
HOMEPAGE= http://cclub.cc.tut.ac.jp/lib/xwin/xmold.html
PERMIT_PACKAGE_CDROM= "no license"
PERMIT_PACKAGE_FTP= "no license"
PERMIT_DISTFILES_CDROM= "no license"
PERMIT_DISTFILES_FTP= "no license"
USE_X11= Yes
CONFIGURE_STYLE= imake
NO_REGRESS= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/xmold ${PREFIX}/bin
.include <bsd.port.mk>