aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/sng/Makefile
blob: 540490621b7200d6de50b57ed4363aa000af97e8 (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
# ex:ts=8
# New ports collection makefile for:    sng
# Date created:         Mar 20, 2001
# Whom:             Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   sng
PORTVERSION=    1.0.2
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Compiler/decompiler for Scriptable Network Graphics

BUILD_DEPENDS=  ${X11BASE}/lib/X11/rgb.txt:${X_CLIENTS_PORT}
RUN_DEPENDS:=   ${BUILD_DEPENDS}
LIB_DEPENDS=    png.5:${PORTSDIR}/graphics/png

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-png-inc=${LOCALBASE}/include \
        --with-rgbtxt=${X11BASE}/lib/X11/rgb.txt

MAN1=       sng.1
PLIST_FILES=    bin/sng bin/sng_regress

pre-patch:
    @${REINPLACE_CMD} -e 's|-static||g' ${WRKSRC}/Makefile.in
    @${REINPLACE_CMD} -e '33,34s|^static ||' ${WRKSRC}/sngd.c

post-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/sng_regress ${PREFIX}/bin

.include <bsd.port.mk>