blob: d50a0e2b75e295aba167c59b9379e18b38dbc359 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: joerg
# $FreeBSD$
PORTNAME= xpostit
PORTVERSION= 3.3.1
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= ftp://ftp.x.org/R5contrib/
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= .tar.Z
MAINTAINER= joerg@FreeBSD.org
COMMENT= PostIt (R) messages onto your X11 screen
USES= imake
USE_XORG= ice sm x11 xaw xext xmu xpm xt
WRKSRC= ${WRKDIR}/xpostit
MAN1= xpostit.1
NO_STAGE= yes
.include <bsd.port.mk>
|