21 lines
364 B
Makefile
21 lines
364 B
Makefile
# $OpenBSD: Makefile,v 1.25 2014/12/05 12:50:09 naddy Exp $
|
|
|
|
COMMENT= PostIt (R) messages onto your X11 screen
|
|
|
|
DISTNAME= XPostitPlus-2.3
|
|
REVISION= 4
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=office/}
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xpm Xt c
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|