- Add stage support
- Convert LIB_DEPENDS to new syntax PR: ports/190733 Submitted by: faber@vim.isi.edu
This commit is contained in:
parent
3817fef8cd
commit
e266e476ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356878
@ -20,18 +20,15 @@ PATCH_DIST_STRIP=
|
||||
MAINTAINER= faber@isi.edu
|
||||
COMMENT= Display shaped icons for mail spool contents
|
||||
|
||||
LIB_DEPENDS= compface:${PORTSDIR}/mail/faces
|
||||
LIB_DEPENDS= libcompface.so:${PORTSDIR}/mail/faces
|
||||
|
||||
# GNU make properly processes some overridden rules in the makefile that
|
||||
# imake generates. Specifically, installing the html docs.
|
||||
USES= imake gmake
|
||||
USE_XORG= ice sm x11 xaw xext xmu xt xpm
|
||||
|
||||
MAN1= xfaces.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
${MKDIR} ${DATADIR}/images
|
||||
${INSTALL_DATA} ${WRKSRC}/images/* ${DATADIR}/images
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}/images
|
||||
${INSTALL_DATA} ${WRKSRC}/images/* ${STAGEDIR}${DATADIR}/images
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/xfaces
|
||||
man/man1/xfaces.1.gz
|
||||
lib/X11/app-defaults/XFaces
|
||||
%%DATADIR%%/images/andrew-shape.xpm
|
||||
%%DATADIR%%/images/andrew.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user