openbsd-ports/misc/calentool/Makefile

26 lines
584 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2000/03/19 16:43:41 espie Exp $
1998-09-30 12:27:52 -04:00
#
DISTNAME= calentool-2.3
PKGNAME= calentool-2.3
CATEGORIES= misc x11
2000-03-05 13:30:21 -05:00
NEED_VERSION= 1.223
1998-09-30 12:27:52 -04:00
MASTER_SITES = http://www.darwinsys.com/freeware/
NO_CDROM= "NOFEE: can not sell"
LIB_DEPENDS= xview.3.:x11/xview-lib
1998-09-30 12:27:52 -04:00
2000-02-10 19:37:15 -05:00
WRKDIST = ${WRKDIR}/xcalentool-2.3
1998-09-30 12:27:52 -04:00
2000-03-05 13:30:21 -05:00
USE_IMAKE= Yes
USE_X11= Yes
1998-09-30 12:27:52 -04:00
pre-configure:
@if ! [ -f /usr/X11R6/include/images/hglass.cursor ]; then \
echo "Installing hglass.cursor in /usr/X11R6/include/images."; \
${INSTALL_DATA} files/hglass.cursor /usr/X11R6/include/images; \
fi
.include <bsd.port.mk>