1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/japanese/xdtp/Makefile
Marcus Alves Grando b949039078 Update to 1.1.3
Add SHA256

PR:		89106
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
2005-11-16 18:55:01 +00:00

54 lines
1.0 KiB
Makefile

# New ports collection makefile for: XDTP (XML Document Transfer Program)
# Date created: 11 October 2005
# Whom: Masanori OZAWA (ozawa@ongs.co.jp)
#
# $FreeBSD$
#
PORTNAME= xdtp
PORTVERSION= 1.1.3
CATEGORIES= japanese
MASTER_SITES+= http://www.ongs.co.jp/projects/xdtp/
DISTNAME= xdtp-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ozawa@ongs.co.jp
COMMENT= XDTP (XML Document Transfer Program)
LIB_DEPENDS= glibmm-2.4:${PORTSDIR}/devel/glibmm
INSTALLS_SHLIB= yes
USE_GCC= 3.4
USE_GNOME= libxml2 libxslt pkgconfig
GNU_CONFIGURE= yes
OPTIONS= GDK "Build with Gdk-Pixbuf" on \
DEBUG "Build with debug option" off \
INCLUDE "Install with XDTP include files" on
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
CFLAGS+= -fPIC
.endif
.if defined(WITH_GDK)
USE_GNOME+= gtk20
.else
CONFIGURE_ENV+= WITHOUT_GDK="yes"
MAKE_ARGS+= -DWITHOUT_GDK
.endif
.if defined(WITH_DEBUG)
MAKE_ARGS+= -DDEBUG
.endif
.if defined(WITH_INCLUDE)
PLIST_SUB+= XDTP_INC=""
.else
MAKE_ARGS+= -DWITHOUT_INCLUDE
PLIST_SUB+= XDTP_INC="@comment "
.endif
.include <bsd.port.post.mk>