mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
31 lines
627 B
Makefile
31 lines
627 B
Makefile
# New ports collection makefile for: libDnd
|
|
# Date created: 8 August 1997
|
|
# Whom: lukin@okbmei.msk.su
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libdnd
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://leb.net/offix/
|
|
DISTNAME= dnd.${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Drag and drop library
|
|
|
|
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>
|