mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
4c1c7e737b
PR: ports/103128 Submitted by: Jean-Baptiste Quenot <jbq at caraldi.com> (maintainer)
35 lines
988 B
Makefile
35 lines
988 B
Makefile
# New ports collection makefile for: efax-gtk
|
|
# Whom: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
|
|
# Date Created: 2004-02-29 10:33:43
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= efax-gtk
|
|
PORTVERSION= 3.0.11
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
EXTRACT_SUFX= .src.tgz
|
|
|
|
MAINTAINER= jb.quenot@caraldi.com
|
|
COMMENT= GUI front end for the efax fax program
|
|
|
|
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
|
|
RUN_DEPENDS= ${X11BASE}/bin/ggv:${PORTSDIR}/print/ggv \
|
|
${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu
|
|
|
|
USE_GNOME= gtk20
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
MAN1= efax.1 efix.1 efax-gtk.1
|
|
|
|
post-install:
|
|
@${ECHO}
|
|
@${ECHO_CMD} "********************************************************************************"
|
|
@${CAT} ${PKGMESSAGE}
|
|
@${ECHO_CMD} "********************************************************************************"
|
|
@${ECHO}
|
|
|
|
.include <bsd.port.mk>
|