mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
86d77595e2
PR: ports/71750 Submitted by: Michael Johnson <ahze at ahze dot net>
39 lines
912 B
Makefile
39 lines
912 B
Makefile
# 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
|
|
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
|
|
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= --with-png-inc=${LOCALBASE}/include \
|
|
--with-rgbtxt=${X11BASE}/lib/X11/rgb.txt
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= sng.1
|
|
PLIST_FILES= bin/sng bin/sng_regress
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e 's|-static||g' ${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/sng_regress ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|