1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net-im/linpopup/Makefile
Sergey Matveychuk be148e9050 - Fix pkg-plist
- Install docs into ${PREFIX}/share/doc/linpopup
  rather than in ${PREFIX}/doc/linpopup

PR:		ports/76316
Submitted by:	Florent Thoumie <flz(at)xbsd.org>
Approved by:	maintainer timeout (about 1 month)
2005-02-13 18:29:51 +00:00

35 lines
701 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
USE_REINPLACE= yes
post-patch:
${REINPLACE_CMD} -e "s#/doc/#/share/doc/#" ${WRKSRC}/Makefile
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>