- Finish stage support (man pages missed)
- Simplify Makefile
This commit is contained in:
parent
47999831e5
commit
4f4486a004
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357905
2 changed files with 14 additions and 8 deletions
|
@ -3,22 +3,16 @@
|
|||
|
||||
PORTNAME= xmdiary
|
||||
PORTVERSION= 3.0.3
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= office
|
||||
DISTFILES= ${DISTNAME}.tar.gz
|
||||
MASTER_SITES= XCONTRIB/office
|
||||
|
||||
MAINTAINER= mi@aldan.algebra.com
|
||||
COMMENT= Personal and group calendar utility
|
||||
|
||||
NO_CDROM= Do not sell for profit
|
||||
EXTRACT_ONLY= ${DISTNAME}.tar.gz
|
||||
USES= imake motif
|
||||
USE_XORG= x11 xext xp xpm xt
|
||||
MAN1= xdaclunix.1 xdalarm.1 xdcustom.1 xddump.1 xdiary.1 xdinitdb.1 \
|
||||
xdlight.1 xdnotify.1 xdprformat.1 xdremind.1 xdremove.1 \
|
||||
xdrestore.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/' \
|
||||
|
|
|
@ -50,4 +50,16 @@ lib/X11/xdiary/holidays1999
|
|||
lib/X11/xdiary/mediumChirp.tune
|
||||
lib/X11/xdiary/ohNo.tune
|
||||
lib/X11/xdiary/swedish.tune
|
||||
man/man1/xdaclunix.1.gz
|
||||
man/man1/xdalarm.1.gz
|
||||
man/man1/xdcustom.1.gz
|
||||
man/man1/xddump.1.gz
|
||||
man/man1/xdiary.1.gz
|
||||
man/man1/xdinitdb.1.gz
|
||||
man/man1/xdlight.1.gz
|
||||
man/man1/xdnotify.1.gz
|
||||
man/man1/xdprformat.1.gz
|
||||
man/man1/xdremind.1.gz
|
||||
man/man1/xdremove.1.gz
|
||||
man/man1/xdrestore.1.gz
|
||||
@dirrm lib/X11/xdiary
|
||||
|
|
Loading…
Reference in a new issue