forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
378 B
Makefile
18 lines
378 B
Makefile
# Created by: joerg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xpostit
|
|
PORTVERSION= 3.3.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= PostIt (R) messages onto your X11 screen
|
|
|
|
USES= imake tar:Z
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|
WRKSRC= ${WRKDIR}/xpostit
|
|
|
|
.include <bsd.port.mk>
|