mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
31 lines
612 B
Makefile
31 lines
612 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
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
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>
|