1997-08-11 10:54:43 +02:00
|
|
|
# New ports collection makefile for: libDnd
|
|
|
|
# Date created: 8 August 1997
|
|
|
|
# Whom: lukin@okbmei.msk.su
|
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1997-08-11 10:54:43 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= libdnd
|
2001-02-05 17:18:54 +01:00
|
|
|
PORTVERSION= 1.1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
1997-08-11 10:54:43 +02:00
|
|
|
CATEGORIES= x11
|
2006-02-07 15:43:53 +01:00
|
|
|
MASTER_SITES= http://leb.net/offix/
|
2000-04-13 21:19:05 +02:00
|
|
|
DISTNAME= dnd.${PORTVERSION}
|
1997-08-11 10:54:43 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2004-12-05 06:13:20 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Drag and drop library
|
1997-08-11 10:54:43 +02:00
|
|
|
|
1998-11-28 10:07:24 +01:00
|
|
|
USE_XLIB= yes
|
2006-08-15 03:11:33 +02:00
|
|
|
USE_LDCONFIG= yes
|
1997-08-11 10:54:43 +02:00
|
|
|
WRKSRC= ${WRKDIR}/DND/DNDlib
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/libdnd
|
|
|
|
${INSTALL_MAN} ${WRKDIR}/DND/DNDdoc/* ${PREFIX}/share/doc/libdnd
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|