mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
3190c551f5
PR: 28042 Submitted by: Ports Fury
27 lines
610 B
Makefile
27 lines
610 B
Makefile
# New ports collection makefile for: picprog
|
|
# Date created: 31 August 1999
|
|
# Whom: Johan Kerckaert <kirk@bricsnet.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= picprog
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.pp.htv.fi/jhyvatti/pic/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
MAN1= picprog.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/picprog
|
|
${INSTALL_MAN} ${WRKSRC}/picprog.html ${PREFIX}/share/doc/picprog
|
|
${INSTALL_MAN} ${WRKSRC}/*.gif ${PREFIX}/share/doc/picprog
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|