openbsd-ports/x11/xcursorgen/Makefile

34 lines
680 B
Makefile
Raw Normal View History

2005-04-12 18:12:40 -04:00
# $OpenBSD: Makefile,v 1.9 2005/04/12 22:12:40 matthieu Exp $
2003-04-24 17:42:38 -04:00
COMMENT= "X11 Cursors themes"
2005-04-12 18:12:40 -04:00
DISTNAME= xcursorgen-6.8.2
2003-04-24 17:42:38 -04:00
WRKDIST= ${WRKDIR}/${DISTNAME:C/-.*//}
CATEGORIES= x11
2005-04-12 18:12:40 -04:00
HOMEPAGE= http://wiki.X.Org/
2003-04-24 17:42:38 -04:00
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
2005-04-12 18:12:40 -04:00
LIB_DEPENDS= png.2::graphics/png
2003-04-24 17:42:38 -04:00
# X11
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2005-04-12 18:12:40 -04:00
MASTER_SITES= ftp://ftp.laas.fr/pub/ii/matthieu/xorg/
2003-04-24 17:42:38 -04:00
2005-04-12 18:12:40 -04:00
WANTLIB= X11 Xcursor Xext Xrender c m z
2003-04-24 17:42:38 -04:00
USE_X11= Yes
CONFIGURE_STYLE= imake
pre-configure:
@sed -e s,@LOCALBASE@,${LOCALBASE}, < ${FILESDIR}/host.def \
> ${WRKSRC}/host.def
NO_REGRESS= Yes
.include <bsd.port.mk>