b82ec16a14
ok robert@
22 lines
433 B
Makefile
22 lines
433 B
Makefile
# $OpenBSD: Makefile,v 1.15 2005/09/22 13:03:50 bernd Exp $
|
|
|
|
COMMENT= "super simple digital timer for X11"
|
|
|
|
DISTNAME= xtimer-8089
|
|
PKGNAME= xtimer-0.8089
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://www.bsddiary.net/xtimer/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= ICE SM X11 Xaw Xext Xmu Xp Xpm Xt c
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|