2000-12-14 04:40:31 +01:00
|
|
|
# New ports collection makefile for: linpopup
|
|
|
|
# Date created: 20 Nov 2000
|
|
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= linpopup
|
|
|
|
PORTVERSION= 1.2.0
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2000-12-14 04:40:31 +01:00
|
|
|
CATEGORIES= net
|
2002-12-11 08:36:44 +01:00
|
|
|
MASTER_SITES= http://www.chez.com/littleigloo/files/
|
2000-12-14 04:40:31 +01:00
|
|
|
DISTNAME= LinPopUp-${PORTVERSION}.src
|
|
|
|
|
2004-03-12 01:32:23 +01:00
|
|
|
MAINTAINER= ports@oven.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= X11 port of WinPopup
|
2000-12-14 04:40:31 +01:00
|
|
|
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/LinPopUp-${PORTVERSION}/src
|
|
|
|
ALL_TARGET=
|
|
|
|
MAN1= linpopup.1 LinPopUp.1
|
|
|
|
|
2002-09-03 03:06:26 +02:00
|
|
|
USE_GNOME= gtk12
|
2000-12-14 04:40:31 +01:00
|
|
|
USE_X_PREFIX= yes
|
2005-02-13 19:29:51 +01:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s#/doc/#/share/doc/#" ${WRKSRC}/Makefile
|
2000-12-14 04:40:31 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|