freebsd-ports/deskutils/xpostit/Makefile
Cy Schubert a2b36c8b5f Restore PORTREVISION. It was removed while working on 3.4.0, which had
some problems.

Reported by:	"Matthew D. Fuller" <fullermd at over-yonder.net>
2020-03-19 22:39:29 +00:00

19 lines
455 B
Makefile

# Created by: joerg
# $FreeBSD$
PORTNAME= xpostit
PORTVERSION= 3.3.1
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
# DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= joerg@FreeBSD.org
COMMENT= PostIt (R) messages onto your X11 screen
USES= imake xorg
USE_XORG= ice sm x11 xaw xext xmu xpm xt
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
.include <bsd.port.mk>