openbsd-ports/x11/xcursorgen/Makefile

35 lines
658 B
Makefile
Raw Normal View History

2003-10-29 00:04:25 -05:00
# $OpenBSD: Makefile,v 1.6 2003/10/29 05:04:25 jolan Exp $
2003-04-24 17:42:38 -04:00
COMMENT= "X11 Cursors themes"
DISTNAME= xcursorgen-4.3.99.2
WRKDIST= ${WRKDIR}/${DISTNAME:C/-.*//}
CATEGORIES= x11
HOMEPAGE= http://www.xfree86.org/
LIB_DEPENDS= png.2::graphics/png
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
# X11
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2003-10-29 00:04:25 -05:00
MASTER_SITES= http://open.bsdcow.net/~jolan/
2003-04-24 17:42:38 -04:00
USE_X11= Yes
CONFIGURE_STYLE= imake
NOT_FOR_ARCHS= hp300
2003-04-24 18:06:56 -04:00
2003-04-24 17:42:38 -04:00
pre-configure:
@sed -e s,@LOCALBASE@,${LOCALBASE}, < ${FILESDIR}/host.def \
> ${WRKSRC}/host.def
NO_REGRESS= Yes
.include <bsd.port.mk>