Edit

IABSD.fr/ports/x11/xpostit/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2014-01-01 20:46:27
    Hash : 611dc52f
    Message : Drop USE_GROFF since groff and mandoc produce identical output.

  • x11/xpostit/Makefile
  • # $OpenBSD: Makefile,v 1.28 2014/01/01 20:46:29 naddy Exp $
    
    COMMENT=	PostIt (R) messages onto your X11 screen
    
    DISTNAME=	xpostit3.3.1
    PKGNAME=	xpostit-3.3.1
    REVISION=	2
    CATEGORIES=	x11
    
    MASTER_SITES=	${MASTER_SITE_R5CONTRIB}
    EXTRACT_SUFX=	.tar.Z
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB=	ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xpm Xt c
    
    CONFIGURE_STYLE=	imake
    WRKDIST=	${WRKDIR}/xpostit
    
    NO_TEST=	Yes
    
    .include <bsd.port.mk>