mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
23 lines
424 B
Makefile
23 lines
424 B
Makefile
# New ports collection makefile for: xpostit+
|
|
# Date created: 26 Sep 1997
|
|
# Whom: mi
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XPostitPlus
|
|
PORTVERSION= 2.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= office
|
|
|
|
MAINTAINER= ports2@dclg.ca
|
|
COMMENT= PostIt (R) messages onto your X11 screen
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|
MAN1= xpostit+.1
|
|
|
|
.include <bsd.port.mk>
|