freebsd-ports/deskutils/xpostit/Makefile
Joerg Wunsch bdcf7e2930 deskutils/xpostit: fix integer/pointer compile error
Recent compiler versions complain about the implicit conversion
of an int to a (generic) pointer, apply appropriate cast.

(This is 30-year old code.)
2023-02-13 23:50:38 +01:00

16 lines
422 B
Makefile

PORTNAME= xpostit
PORTVERSION= 3.3.1
PORTREVISION= 3
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>