freebsd-ports/x11/libdnd/Makefile

31 lines
627 B
Makefile
Raw Normal View History

# 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$
#
2000-04-13 21:19:05 +02:00
PORTNAME= libdnd
2001-02-05 17:18:54 +01:00
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://leb.net/offix/
2000-04-13 21:19:05 +02:00
DISTNAME= dnd.${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
2003-02-21 15:08:24 +01:00
COMMENT= Drag and drop library
1998-11-28 10:07:24 +01:00
USE_XLIB= yes
USE_LDCONFIG= yes
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>