36 lines
715 B
Makefile
36 lines
715 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/10/19 08:13:56 espie Exp $
|
|
|
|
COMMENT = simple background setter
|
|
|
|
VERSION = 0.5
|
|
DISTNAME = bgs-${VERSION}
|
|
REVISION= 1
|
|
CATEGORIES = x11 graphics
|
|
|
|
HOMEPAGE = http://s01.de/~tox/index.cgi/proj_bgs
|
|
MASTER_SITES = http://s01.de/~tox/files/bgs/
|
|
|
|
# MIT/X
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = X11 Xinerama c Imlib2
|
|
|
|
LIB_DEPENDS = ::graphics/imlib2
|
|
|
|
USE_X11 = Yes
|
|
USE_GROFF = Yes
|
|
NO_REGRESS = 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>
|