aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/lcms/Makefile
blob: 421bde85a220e4c20c25aeddb70405810b9757b8 (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
27
28
29
30
# New ports collection makefile for:    lcms
# Date created:     October 30, 2000
# Whom:         Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#

PORTNAME=   lcms
PORTVERSION=    1.06
CATEGORIES= graphics
MASTER_SITES=   http://www.abaforum.es/martim/

MAINTAINER= mi@aldan.algebra.com

USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes

.ifndef NOPORTDOCS
PLIST_SUB=  DOC=""
.else
PLIST_SUB=  DOC="@comment "
.endif

.ifndef NOPORTDOCS
post-install:
    ${MKDIR} ${PREFIX}/share/doc/lcms
    ${CP} -rp ${WRKSRC}/doc/* ${PREFIX}/share/doc/lcms/
.endif

.include <bsd.port.mk>