pkgsrc/misc/heirloom-time/Makefile

20 lines
433 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2015/01/04 09:21:40 dholland Exp $
2011-05-28 10:33:06 +02:00
PKGNAME= heirloom-time-${HEIRLOOM_VER}
CATEGORIES= misc time
MAKE_FLAGS+= SUBDIRS="build time"
.include "../../sysutils/heirloom-doc/Makefile.common"
DESCR_SRC+= ${.CURDIR}/DESCR
2011-05-28 10:33:06 +02:00
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= ptime
.if ${OPSYS} == "Linux"
PLIST.ptime= yes
.endif
2011-05-28 10:33:06 +02:00
.include "../../devel/heirloom-libcommon/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"