ecab7c3a7a
From gentoo bug: http://bugs.gentoo.org/show_bug.cgi?id=216012 ok ajacoutot@
31 lines
628 B
Makefile
31 lines
628 B
Makefile
# $OpenBSD: Makefile,v 1.6 2008/04/17 09:19:50 bernd Exp $
|
|
|
|
COMMENT= small EWMH compliant pager
|
|
|
|
DISTNAME= netwmpager-1.11
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://onion.dynserv.net/~timo/netwmpager.html
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= X11 Xau Xdmcp Xft Xrender expat z c m \
|
|
fontconfig freetype
|
|
|
|
MASTER_SITES= http://onion.dynserv.net/~timo/files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
CONFIGURE_STYLE=simple
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|