1998-06-11 05:42:00 +02:00
|
|
|
# New ports collection makefile for: dfm
|
|
|
|
# Date created: 25 May 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1998-06-11 05:42:00 +02:00
|
|
|
#
|
|
|
|
|
2000-04-10 02:44:43 +02:00
|
|
|
PORTNAME= dfm
|
2000-07-08 02:47:04 +02:00
|
|
|
PORTVERSION= 0.99.6
|
1998-08-08 00:33:12 +02:00
|
|
|
CATEGORIES= x11-fm
|
2000-07-08 02:47:04 +02:00
|
|
|
MASTER_SITES= http://linux.tucows.com/files/x11/file/
|
1998-06-11 05:42:00 +02:00
|
|
|
|
2000-03-29 09:19:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1998-06-11 05:42:00 +02:00
|
|
|
|
1998-09-17 02:33:02 +02:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
2000-07-08 02:47:04 +02:00
|
|
|
gdk_imlib.5:${PORTSDIR}/graphics/imlib
|
1999-05-01 05:00:57 +02:00
|
|
|
|
1999-05-29 05:56:15 +02:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1998-06-11 05:42:00 +02:00
|
|
|
|
2000-07-08 02:47:04 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_X_PREFIX= yes
|
1999-05-29 05:56:15 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-07-08 02:47:04 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1999-05-29 05:56:15 +02:00
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2000-07-08 02:47:04 +02:00
|
|
|
CONFIGURE_ARGS= --disable-gtktest --disable-imlibtest
|
1999-01-07 09:19:57 +01:00
|
|
|
|
2000-07-08 02:47:04 +02:00
|
|
|
MAN1= dfm.1x
|
1998-06-11 05:42:00 +02:00
|
|
|
|
2000-07-08 02:47:04 +02:00
|
|
|
DFM_DOCS= ANNOUNCE BUGS COPYRIGHT CREDITS ChangeLog DOWNLOAD HELP.ERROR \
|
|
|
|
NO_WARRANTY README START TESTED TODO
|
1998-06-11 05:42:00 +02:00
|
|
|
|
1999-05-01 05:00:57 +02:00
|
|
|
post-install:
|
2000-07-08 02:47:04 +02:00
|
|
|
@${MKDIR} ${PREFIX}/share/examples/dfm
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/dfmext-samples/dfmext_local ${PREFIX}/share/examples/dfm/dfmext.sample.local
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/dfmext-samples/dfmext_normal ${PREFIX}/share/examples/dfm/dfmext.sample.normal
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/dfmext-samples/dfmext_user ${PREFIX}/share/examples/dfm/dfmext.sample.user
|
1998-06-11 05:42:00 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2000-07-08 02:47:04 +02:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/dfm
|
|
|
|
.for file in ${DFM_DOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/dfm
|
1998-06-11 05:42:00 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|