freebsd-ports/x11/libdnd/Makefile

29 lines
584 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
CATEGORIES= x11
MASTER_SITES= http://leb.net/OffiX/
2000-04-13 21:19:05 +02:00
DISTNAME= dnd.${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= lukin@okbmei.msk.su
1998-11-28 10:07:24 +01:00
USE_XLIB= yes
INSTALLS_SHLIB= 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>