aboutsummaryrefslogtreecommitdiffstats
path: root/devel/picprog/Makefile
blob: 9af485e0ecdf4b11669cc31d75b5e5598a1abe1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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://hyvatti.iki.fi/~jaakko/pic/

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

MAN1=       picprog.1

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/picprog.html ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/*.gif ${DOCSDIR}
.endif

.include <bsd.port.mk>