1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/textproc/opensched/Makefile
2014-02-26 09:06:07 +00:00

27 lines
538 B
Makefile

# Created by: 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
USES= gmake
ALL_TARGET= build
PLIST_FILES= bin/opensched man/man1/opensched.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/opensched ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/opensched.1 \
${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>