91256c15ab
From: Roman Shterenzon <romanbsd@yahoo.com> To: ports@freebsd.org Subject: e-mail change The email address roman@xpert.com is no longer valid. Please update ports' maintainer to ports@oven.org. Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
31 lines
606 B
Makefile
31 lines
606 B
Makefile
# New ports collection makefile for: linpopup
|
|
# Date created: 20 Nov 2000
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= linpopup
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.chez.com/littleigloo/files/
|
|
DISTNAME= LinPopUp-${PORTVERSION}.src
|
|
|
|
MAINTAINER= ports@oven.org
|
|
COMMENT= X11 port of WinPopup
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba
|
|
|
|
WRKSRC= ${WRKDIR}/LinPopUp-${PORTVERSION}/src
|
|
ALL_TARGET=
|
|
MAN1= linpopup.1 LinPopUp.1
|
|
|
|
USE_GNOME= gtk12
|
|
USE_X_PREFIX= yes
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|