openbsd-ports/x11/bgs/Makefile
2013-03-11 11:35:43 +00:00

33 lines
668 B
Makefile

# $OpenBSD: Makefile,v 1.11 2013/03/11 11:46:08 espie Exp $
COMMENT = simple background setter
VERSION = 0.5
DISTNAME = bgs-${VERSION}
REVISION= 2
CATEGORIES = x11 graphics
MAINTAINER = Michael Erdely <merdely@openbsd.org>
HOMEPAGE = http://s01.de/~tox/index.cgi/proj_bgs
MASTER_SITES = http://s01.de/~tox/files/bgs/
# MIT/X
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = X11 Xinerama c Imlib2
LIB_DEPENDS = graphics/imlib2
USE_GROFF = Yes
NO_TEST = Yes
SUBST_VARS = VERSION
pre-configure:
@${SUBST_CMD} ${WRKSRC}/bgs.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bgs ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/bgs.1 ${PREFIX}/man/man1
.include <bsd.port.mk>