22 lines
355 B
Makefile
22 lines
355 B
Makefile
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= 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>
|