freebsd-ports/textproc/opensched/Makefile
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00

29 lines
592 B
Makefile

# New ports collection makefile for: opensched
# Date created: 31 January 2001
# Whom: Daniel McRobb <dwm@caimis.com>
#
# $FreeBSD$
#
PORTNAME= opensched
PORTVERSION= 0.1.0
PORTREVISION= 8
CATEGORIES= textproc
MASTER_SITES= http://hitachi-id.com/dlsoftware/opensched/
MAINTAINER= ports@FreeBSD.org
COMMENT= A project scheduler
LICENSE= GPLv2
USE_GMAKE= yes
ALL_TARGET= build
MAN1= opensched.1
PLIST_FILES= bin/opensched
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/opensched ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/opensched.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>