diff options
author | erwin <erwin@FreeBSD.org> | 2006-12-04 04:49:41 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-12-04 04:49:41 +0800 |
commit | b9d60d8015b4fb38496c63035dcd1ccf586f4f9b (patch) | |
tree | 9607a2fcbe46cb31f90bd3a413e667cc691fe175 | |
parent | 64b9c477d0835d66158d4cee4c0e56afd905b86e (diff) | |
download | freebsd-ports-gnome-b9d60d8015b4fb38496c63035dcd1ccf586f4f9b.tar.gz freebsd-ports-gnome-b9d60d8015b4fb38496c63035dcd1ccf586f4f9b.tar.zst freebsd-ports-gnome-b9d60d8015b4fb38496c63035dcd1ccf586f4f9b.zip |
- Deprecate
- Set EXPIRATION_DATE
PR: 106237
Submitted by: gabor
-rw-r--r-- | security/ifd-gpr400/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/ifd-gpr400/Makefile b/security/ifd-gpr400/Makefile index fb0bd11569c2..8f50f97dd576 100644 --- a/security/ifd-gpr400/Makefile +++ b/security/ifd-gpr400/Makefile @@ -16,6 +16,9 @@ COMMENT= PC/SC Lite driver for Gemplus GPR400 PCMCIA Smart Card Readers BUILD_DEPENDS= ${LOCALBASE}/include/ifdhandler.h:${PORTSDIR}/security/ifd-devkit LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite +DEPRECATED= distfile and homepage disappeared +EXPIRATION_DATE= 2007-01-02 + MAKE_ENV+= DESTDIR="${PREFIX}" USE_LDCONFIG= yes |