aboutsummaryrefslogtreecommitdiffstats
path: root/print/hp2xx/Makefile
blob: d07ab9a932c603bbce16f981dfd353778c292598 (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
31
32
33
34
35
36
37
38
39
# Created by: Lars Koeller
# $FreeBSD$

PORTNAME=   hp2xx
PORTVERSION=    3.4.4
PORTREVISION=   5
CATEGORIES= print x11
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A HPGL to vector- and raster formats converter and previewer for X11

LIB_DEPENDS=    png15:${PORTSDIR}/graphics/png \
        tiff.4:${PORTSDIR}/graphics/tiff

WRKSRC=     ${WRKDIR}/${DISTNAME}/sources

MAKE_ENV=   DEFINES="${CPPFLAGS}" ALL_LIBS="${LDFLAGS}" \
        PREVIEWER="${PREVIEWER}"

MAN1=       hp2xx.1
INFO=       hp2xx

CPPFLAGS+=  -DUNIX -I${LOCALBASE}/include
LDFLAGS+=   -lm -L${LOCALBASE}/lib -ltiff -lpng -lz

.if defined(WITHOUT_X11)
PKGNAMESUFFIX=  -nox11
PREVIEWER=  no_prev
.else
USE_XORG=   x11
CPPFLAGS+=  -DHAS_UNIX_X11 -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib -lX11
PREVIEWER=  to_x11
.endif

NO_STAGE=   yes
.include <bsd.port.mk>