mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
34 lines
744 B
Makefile
34 lines
744 B
Makefile
# New ports collection makefile for: fusenshi
|
|
# Date created: 30 March 2004
|
|
# Whom: Masanori OZAWA (ozawa@ongs.co.jp)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fusenshi
|
|
PORTVERSION= 0.9.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://www.ongs.co.jp/projects/fusenshi/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ozawa@ongs.co.jp
|
|
COMMENT= A Post-it(R) like application with network support
|
|
|
|
LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
|
|
gtksourceview-1.0:${PORTSDIR}/x11-toolkits/gtksourceview
|
|
|
|
USE_GNOME= libxml2
|
|
|
|
.ifdef WITHOUT_SSL
|
|
MAKE_ARGS+= WITHOUT_SSL=yes
|
|
.else
|
|
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
|
|
.endif
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${PREFIX}/bin/fusenshi
|
|
|
|
.include <bsd.port.mk>
|