f1e7eab840
packing-lists was changes in significant ways, and they do not have enough dependencies that pkg_add can detect they changed through their signature. Bump the pkgname, so that pkg_add -r will choose to update them. okay pvalchev@
37 lines
771 B
Makefile
37 lines
771 B
Makefile
# $OpenBSD: Makefile,v 1.10 2005/08/17 16:10:05 espie Exp $
|
|
|
|
COMMENT= 'drag and drop library'
|
|
|
|
DISTNAME= dnd.1.1
|
|
PKGNAME= libdnd-1.1p0
|
|
CATEGORIES= x11 devel
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
# LPGL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
WRKDIST= ${WRKDIR}/DND
|
|
WRKSRC= ${WRKDIST}/DNDlib
|
|
|
|
# This regression test wants an X11 display
|
|
REGRESS_FLAGS+= DISPLAY=${DISPLAY} XAUTHORITY=${XAUTHORITY}
|
|
REGRESS_IS_INTERACTIVE= Yes
|
|
|
|
do-regress:
|
|
@cd ${WRKBUILD} && ./dndtest
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libdnd
|
|
${INSTALL_DATA} ${WRKDIST}/DNDdoc/* ${PREFIX}/share/doc/libdnd
|
|
|
|
.include <bsd.port.mk>
|