openbsd-ports/x11/fvwm95/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

32 lines
739 B
Makefile

# $OpenBSD: Makefile,v 1.9 2003/10/08 17:13:16 sturm Exp $
COMMENT= "win95-like window manager based on fvwm 2.x"
DISTNAME= fvwm95-2.0.43a-Autoconf
PKGNAME= fvwm95-2.0.43a
CATEGORIES= x11
MASTER_SITES= ftp://mitac11.uia.ac.be/pub/fvwm95/ \
ftp://ftp.plig.org/pub/fvwm95/
EXTRACT_SUFX= .tgz
HOMEPAGE= ftp://mitac11.uia.ac.be/html-test/fvwm95.html
LIB_DEPENDS= rplay::audio/rplay
MAINTAINER= Dan Harnett <danh@openbsd.org>
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= gnu dest
NO_REGRESS= Yes
post-install:
${INSTALL_MAN} ${WRKSRC}/fvwm/fvwm95.man ${PREFIX}/man/man1/fvwm95.1
.include <bsd.port.mk>