95c98ded4d
* remove himself from MAINTAINER as per his request * fixes data types to correct some compile time warnings - regen PLIST while here As a side note: thank you Dan for having maintained all those ports
33 lines
742 B
Makefile
33 lines
742 B
Makefile
# $OpenBSD: Makefile,v 1.14 2008/07/02 18:16:19 ajacoutot Exp $
|
|
|
|
COMMENT= win95-like window manager based on fvwm 2.x
|
|
|
|
DISTNAME= fvwm95-2.0.43a-Autoconf
|
|
PKGNAME= fvwm95-2.0.43ap2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fvwm95/} \
|
|
ftp://ftp.plig.org/pub/fvwm95/ \
|
|
ftp://ftp.plig.org/pub/fvwm95/old/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
HOMEPAGE= http://fvwm95.sourceforge.net/
|
|
|
|
LIB_DEPENDS= rplay::audio/rplay
|
|
|
|
PERMIT_PACKAGE_CDROM= no license
|
|
PERMIT_PACKAGE_FTP= no license
|
|
PERMIT_DISTFILES_CDROM= no license
|
|
PERMIT_DISTFILES_FTP= no license
|
|
|
|
WANTLIB= X11 Xext Xpm c
|
|
|
|
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>
|